type SessionTimeline struct {
// StartTime is the start of the session including// the start of a paused session
StartTime time.Time `json:"start_time"`
// EndTime is the end of a session including// when a session is paused or stopped prematurely
EndTime time.Time `json:"end_time"`
}