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_CAT4/segments?format=api&page=8336
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8337", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8335", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8336, "results": [ { "start": 874476847, "stop": 874476857 }, { "start": 874476882, "stop": 874476918 }, { "start": 874476949, "stop": 874478078 }, { "start": 874478097, "stop": 874478108 }, { "start": 874478127, "stop": 874479010 }, { "start": 874479027, "stop": 874479780 }, { "start": 874479840, "stop": 874479926 }, { "start": 874479946, "stop": 874479960 }, { "start": 874480564, "stop": 874480666 }, { "start": 874480694, "stop": 874480802 }, { "start": 874480821, "stop": 874480943 }, { "start": 874480965, "stop": 874481150 }, { "start": 874481169, "stop": 874481183 }, { "start": 874481202, "stop": 874481218 }, { "start": 874481249, "stop": 874481252 }, { "start": 874481271, "stop": 874481289 }, { "start": 874481326, "stop": 874481433 }, { "start": 874481452, "stop": 874482114 }, { "start": 874482131, "stop": 874482356 }, { "start": 874482375, "stop": 874482404 } ] }