Get Segment Summaries

Returns the min and max absolute and media timestamps for each segment in a video file. To be used during frame-timestamp mapping when playing back videos.

Path parameters

videoFileRidstringRequired

Unique resource identifier for a Video file

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns a list of objects.
minAbsoluteTimestampobject
maxAbsoluteTimestampobject
minMediaTimestampdouble
maxMediaTimestampdouble