getTimers 
  suspend fun getTimers(channelId: String? = null, seriesTimerId: String? = null, isActive: Boolean? = null, isScheduled: Boolean? = null): Response<<Error class: unknown class>>
Gets the live tv timers.
Parameters
channelId 
Optional. Filter by channel id.
seriesTimerId  
Optional. Filter by timers belonging to a series timer.
isActive 
Optional. Filter by timers that are active.
isScheduled 
Optional. Filter by timers that are scheduled.