---
title: Video Timeline Segmentation
type: templates
category: Videos
cat: videos
order: 710
meta_title: Video Timeline Segmentation Data Labeling Template
meta_description: Template for segmenting videos on a timeline with Label Studio for your machine learning and data science projects.
---
To more easily identify video timelines, label segments alongside the audio channel of the video using video timeline segmentation. Use this template if you want to label the audio segment of a video on a timeline.
## Interactive Template Preview
## Labeling Configuration
```html
```
## About the labeling configuration
All labeling configurations must be wrapped in [View](/tags/view.html) tags.
You can add a [header](/tags/header.html) to provide instructions to the annotator:
```xml
```
Use the Video object tag to provide a video clip and sync it with the audio clip:
```xml
```
Use the Labels control tag to highlight the video clip with specific actions:
```xml
```
Use the Audio object tag to play the audio from the video clip with the video:
```xml
```
## Related tags
- [Header](/tags/header.html)
- [Video](/tags/video.html)
- [Labels](/tags/labels.html)
- [Audio](/tags/audio.html)