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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15714
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15715", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15713", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15714, "results": [ { "start": 971164095, "stop": 971164098 }, { "start": 971164099, "stop": 971164101 }, { "start": 971164108, "stop": 971164110 }, { "start": 971164116, "stop": 971164117 }, { "start": 971164119, "stop": 971164120 }, { "start": 971164123, "stop": 971164124 }, { "start": 971164129, "stop": 971164131 }, { "start": 971164133, "stop": 971164134 }, { "start": 971164136, "stop": 971164142 }, { "start": 971164143, "stop": 971164145 }, { "start": 971164149, "stop": 971164154 }, { "start": 971164156, "stop": 971164157 }, { "start": 971164159, "stop": 971164160 }, { "start": 971164161, "stop": 971164170 }, { "start": 971164172, "stop": 971164173 }, { "start": 971164176, "stop": 971164178 }, { "start": 971164179, "stop": 971164180 }, { "start": 971164184, "stop": 971164185 }, { "start": 971164192, "stop": 971164195 }, { "start": 971164196, "stop": 971164201 } ] }