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=15738
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15739", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15737", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15738, "results": [ { "start": 971166688, "stop": 971166691 }, { "start": 971166693, "stop": 971166694 }, { "start": 971166695, "stop": 971166698 }, { "start": 971166706, "stop": 971166710 }, { "start": 971166712, "stop": 971166716 }, { "start": 971166717, "stop": 971166722 }, { "start": 971166730, "stop": 971166732 }, { "start": 971166734, "stop": 971166735 }, { "start": 971166736, "stop": 971166738 }, { "start": 971166743, "stop": 971166744 }, { "start": 971166746, "stop": 971166748 }, { "start": 971166752, "stop": 971166754 }, { "start": 971166756, "stop": 971166757 }, { "start": 971166760, "stop": 971166762 }, { "start": 971166764, "stop": 971166765 }, { "start": 971166771, "stop": 971166774 }, { "start": 971166776, "stop": 971166777 }, { "start": 971166778, "stop": 971166780 }, { "start": 971166782, "stop": 971166783 }, { "start": 971166786, "stop": 971166789 } ] }