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/H1_STOCH_CAT1/segments?format=api&page=1426
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1427", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1425", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1426, "results": [ { "start": 852324955, "stop": 852325449 }, { "start": 852326460, "stop": 852331283 }, { "start": 852331286, "stop": 852332274 }, { "start": 852332277, "stop": 852334768 }, { "start": 852334772, "stop": 852334778 }, { "start": 852334784, "stop": 852393163 }, { "start": 852414474, "stop": 852414554 }, { "start": 852414576, "stop": 852414577 }, { "start": 852414590, "stop": 852414591 }, { "start": 852414594, "stop": 852414599 }, { "start": 852414627, "stop": 852414630 }, { "start": 852414633, "stop": 852414635 }, { "start": 852414641, "stop": 852414642 }, { "start": 852414646, "stop": 852414653 }, { "start": 852414667, "stop": 852414669 }, { "start": 852415212, "stop": 852415274 }, { "start": 852415287, "stop": 852415288 }, { "start": 852415298, "stop": 852415333 }, { "start": 852415356, "stop": 852415357 }, { "start": 852415922, "stop": 852416597 } ] }