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=3998
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3999", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3997", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3998, "results": [ { "start": 874660927, "stop": 874661710 }, { "start": 874661713, "stop": 874663110 }, { "start": 874663114, "stop": 874663116 }, { "start": 874663119, "stop": 874663134 }, { "start": 874663138, "stop": 874664150 }, { "start": 874664156, "stop": 874665633 }, { "start": 874665638, "stop": 874665800 }, { "start": 874665805, "stop": 874667725 }, { "start": 874667728, "stop": 874668673 }, { "start": 874668677, "stop": 874669710 }, { "start": 874669717, "stop": 874669718 }, { "start": 874669721, "stop": 874670290 }, { "start": 874670293, "stop": 874670295 }, { "start": 874670297, "stop": 874670423 }, { "start": 874670424, "stop": 874670467 }, { "start": 874670468, "stop": 874670536 }, { "start": 874670539, "stop": 874671783 }, { "start": 874671784, "stop": 874671875 }, { "start": 874671876, "stop": 874671926 }, { "start": 874671927, "stop": 874672303 } ] }