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/H2_STOCH_CAT1/segments?format=api&page=119
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=120", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=118", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 119, "results": [ { "start": 829938886, "stop": 829942093 }, { "start": 829943062, "stop": 829943489 }, { "start": 829944195, "stop": 829948685 }, { "start": 829950956, "stop": 829956049 }, { "start": 829959579, "stop": 829981933 }, { "start": 829984451, "stop": 830012454 }, { "start": 830037434, "stop": 830037534 }, { "start": 830040713, "stop": 830044393 }, { "start": 830045027, "stop": 830057173 }, { "start": 830057803, "stop": 830058121 }, { "start": 830059261, "stop": 830062993 }, { "start": 830064455, "stop": 830096713 }, { "start": 830098437, "stop": 830102833 }, { "start": 830102941, "stop": 830113093 }, { "start": 830115115, "stop": 830116558 }, { "start": 830117642, "stop": 830120653 }, { "start": 830120693, "stop": 830120694 }, { "start": 830121082, "stop": 830124657 }, { "start": 830125439, "stop": 830127361 }, { "start": 830127464, "stop": 830143872 } ] }