Get Video Timeline
get_video_timelineRetrieve the complete chronological timeline of a video, interleaving every spoken segment with visual observations. Use this to walk through the entire sequence for a previously analyzed video.
Instructions
Returns the full chronological, merged timeline of a previously-understood video — every spoken segment interleaved with every visual observation, in time order. This is the underlying structure search_video and find_moment query; use it when you need the complete picture rather than a single answer (e.g. "walk through everything that happens in this video").
Requires a "video_id" from a prior understand_video or transcribe_video call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | A video id previously returned by understand_video or transcribe_video. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Every speech and visual event, merged and sorted chronologically. | |
| video_id | Yes | ||
| duration_seconds | Yes |