| Name | Type | Writable | Restrictions | Description | 
|---|
| channelId | string | V |  | Live channel id 
 | 
| createdAt | int |  |  | Segment creation date as Unix timestamp (In seconds) 
 | 
| description | string | V |  | Segment description 
 | 
| duration | float | V |  | Segment play duration time, in mili-seconds 
 | 
| entryId | string | V |  | Entry id to be played 
 | 
| id | string |  |  | Unique identifier 
 | 
| name | string | V |  | Segment name 
 | 
| partnerId | int |  |  |  | 
| startTime | float | V |  | Segment play start time, in mili-seconds, according to trigger type 
 | 
| status | KalturaLiveChannelSegmentStatus |  |  |  | 
| tags | string | V |  | Segment tags 
 | 
| triggerSegmentId | string | V |  | Live channel segment that the trigger relates to 
 | 
| triggerType | KalturaLiveChannelSegmentTriggerType | V |  | Segment start time trigger type 
 | 
| type | KalturaLiveChannelSegmentType | V |  | Segment could be associated with the main stream, as additional stream or as overlay 
 | 
| updatedAt | int |  |  | Segment update date as Unix timestamp (In seconds) 
 |