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_CAT2/segments?format=api&page=177
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=178", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=176", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 177, "results": [ { "start": 818168251, "stop": 818168252 }, { "start": 818168260, "stop": 818168262 }, { "start": 818168274, "stop": 818168277 }, { "start": 818168281, "stop": 818168282 }, { "start": 818168287, "stop": 818168288 }, { "start": 818168296, "stop": 818168298 }, { "start": 818168301, "stop": 818168304 }, { "start": 818168311, "stop": 818168316 }, { "start": 818168323, "stop": 818168324 }, { "start": 818168334, "stop": 818168335 }, { "start": 818168341, "stop": 818168343 }, { "start": 818168348, "stop": 818168352 }, { "start": 818168355, "stop": 818168358 }, { "start": 818168374, "stop": 818168375 }, { "start": 818168408, "stop": 818168410 }, { "start": 818168416, "stop": 818168420 }, { "start": 818168432, "stop": 818168433 }, { "start": 818168436, "stop": 818168437 }, { "start": 818168440, "stop": 818168442 }, { "start": 818168445, "stop": 818168451 } ] }