Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=329
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=330", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=328", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 329, "results": [ { "start": 818734900, "stop": 818734906 }, { "start": 818734945, "stop": 818734966 }, { "start": 818735136, "stop": 818735142 }, { "start": 818737549, "stop": 818737558 }, { "start": 818737621, "stop": 818737623 }, { "start": 818737677, "stop": 818737681 }, { "start": 818737715, "stop": 818737734 }, { "start": 818737754, "stop": 818737756 }, { "start": 818737823, "stop": 818737834 }, { "start": 818737881, "stop": 818737886 }, { "start": 818737915, "stop": 818737922 }, { "start": 818743966, "stop": 818743979 }, { "start": 818743982, "stop": 818743990 }, { "start": 818743993, "stop": 818743996 }, { "start": 818743999, "stop": 818744009 }, { "start": 818744013, "stop": 818744041 }, { "start": 818744045, "stop": 818744055 }, { "start": 818744059, "stop": 818744076 }, { "start": 818744079, "stop": 818744086 }, { "start": 818744148, "stop": 818744151 } ] }