This JSON structure represents how the system tags specific moments in a video for interactive features.
"video_id": "MOV-2024-051", "duration": 7200, "markers": [ snis-482
]
// Find a marker that matches the current time const found = markers.find( (m) => currentTime >= m.timestamp_start && currentTime <= (m.timestamp_end ; This JSON structure represents how the system tags