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=109
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=110", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=108", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 109, "results": [ { "start": 816942641, "stop": 816942642 }, { "start": 816942691, "stop": 816942716 }, { "start": 816942737, "stop": 816942743 }, { "start": 816942763, "stop": 816942785 }, { "start": 816942808, "stop": 816942846 }, { "start": 816942866, "stop": 816942880 }, { "start": 816942900, "stop": 816942911 }, { "start": 816943035, "stop": 816943065 }, { "start": 816943126, "stop": 816943169 }, { "start": 816943195, "stop": 816943202 }, { "start": 816943223, "stop": 816943225 }, { "start": 816943246, "stop": 816943252 }, { "start": 816943273, "stop": 816943342 }, { "start": 816943390, "stop": 816943442 }, { "start": 816943463, "stop": 816943502 }, { "start": 816943536, "stop": 816943548 }, { "start": 816943585, "stop": 816943605 }, { "start": 816943608, "stop": 816943621 }, { "start": 816943681, "stop": 816943688 }, { "start": 816943762, "stop": 816943768 } ] }