Find Segments

Find start and end times for all non-noise events in a sample

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/{sampleId}/find-segments \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"shiftSegments":true,"segmentLengthMs":0}'

Last updated

Was this helpful?