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=32
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=33", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=31", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 32, "results": [ { "start": 816942236, "stop": 816942237 }, { "start": 816942242, "stop": 816942246 }, { "start": 816942251, "stop": 816942273 }, { "start": 816942277, "stop": 816942298 }, { "start": 816942301, "stop": 816942369 }, { "start": 816942372, "stop": 816942392 }, { "start": 816942394, "stop": 816954535 }, { "start": 816954538, "stop": 816954559 }, { "start": 816954562, "stop": 816954563 }, { "start": 816954570, "stop": 816954572 }, { "start": 816954575, "stop": 816954577 }, { "start": 816954599, "stop": 816954601 }, { "start": 816954604, "stop": 816954620 }, { "start": 816954623, "stop": 816954625 }, { "start": 816954628, "stop": 816956867 }, { "start": 816956869, "stop": 816966220 }, { "start": 816966223, "stop": 816966437 }, { "start": 816971577, "stop": 816972068 }, { "start": 816972072, "stop": 816977687 }, { "start": 816977691, "stop": 816977718 } ] }