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=3914
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3915", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3913", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3914, "results": [ { "start": 874096331, "stop": 874096658 }, { "start": 874096659, "stop": 874096795 }, { "start": 874096798, "stop": 874097099 }, { "start": 874097100, "stop": 874097541 }, { "start": 874097542, "stop": 874098069 }, { "start": 874098070, "stop": 874098377 }, { "start": 874098378, "stop": 874103745 }, { "start": 874106234, "stop": 874109200 }, { "start": 874109203, "stop": 874115952 }, { "start": 874115955, "stop": 874122822 }, { "start": 874122824, "stop": 874130562 }, { "start": 874130565, "stop": 874132771 }, { "start": 874132774, "stop": 874133703 }, { "start": 874133706, "stop": 874134646 }, { "start": 874134649, "stop": 874134766 }, { "start": 874134769, "stop": 874135264 }, { "start": 874135267, "stop": 874135357 }, { "start": 874135360, "stop": 874135834 }, { "start": 874137154, "stop": 874137167 }, { "start": 874137170, "stop": 874137252 } ] }