type Segment struct {
Type string `json:"type"`
StartTs config.Duration `json:"start_ts"` // optional on segments other than first EndTs config.Duration `json:"end_ts"`
Start *float64 `json:"start,omitempty"` // optional Target float64 `json:"target"`
}