get_timeline_gaps
Detect empty spaces between clips on a timeline, with options to filter by track type and minimum gap duration, to identify missing content or areas to tighten.
Instructions
Find all gaps (empty spaces) on the timeline between clips. Useful for identifying where content is missing or where clips can be tightened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Which track type to analyze (default: both) | |
| sequence_id | No | Sequence name or ID. Uses active sequence if omitted. | |
| min_gap_seconds | No | Minimum gap duration in seconds to report (default: 0.04 = ~1 frame at 24fps) |