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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=38
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=39", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=37", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 38, "results": [ { "start": 1416904125, "stop": 1416935653 }, { "start": 1416939633, "stop": 1416959370 }, { "start": 1416965145, "stop": 1416976584 }, { "start": 1416979686, "stop": 1417005932 }, { "start": 1417009901, "stop": 1417015665 }, { "start": 1417019310, "stop": 1417030220 }, { "start": 1417032139, "stop": 1417049620 }, { "start": 1417056106, "stop": 1417126302 }, { "start": 1417147605, "stop": 1417148238 }, { "start": 1417167018, "stop": 1417175315 }, { "start": 1417180955, "stop": 1417192398 }, { "start": 1417205342, "stop": 1417260333 }, { "start": 1417264818, "stop": 1417273326 }, { "start": 1417274428, "stop": 1417274718 }, { "start": 1417299170, "stop": 1417313279 }, { "start": 1417318696, "stop": 1417450787 }, { "start": 1417474758, "stop": 1417475013 }, { "start": 1417475293, "stop": 1417510213 }, { "start": 1417529704, "stop": 1417554426 }, { "start": 1417554893, "stop": 1417555194 } ] }