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/O2/timelines/L1_CBC_CAT2/segments?format=api&page=138
{ "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=139", "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=137", "results_count": 4768, "results_per_page": 20, "num_pages": 239, "page_number": 138, "results": [ { "start": 1176948657, "stop": 1176948658 }, { "start": 1176948659, "stop": 1176948702 }, { "start": 1176948703, "stop": 1176948708 }, { "start": 1176948711, "stop": 1176948714 }, { "start": 1176948715, "stop": 1176948720 }, { "start": 1176948721, "stop": 1176948789 }, { "start": 1176948790, "stop": 1176948796 }, { "start": 1176948797, "stop": 1176948799 }, { "start": 1176948802, "stop": 1176948826 }, { "start": 1176948827, "stop": 1176948839 }, { "start": 1176948842, "stop": 1176948843 }, { "start": 1176948846, "stop": 1176948918 }, { "start": 1176948919, "stop": 1176948926 }, { "start": 1176948927, "stop": 1176949087 }, { "start": 1176949088, "stop": 1176949091 }, { "start": 1176949092, "stop": 1176949102 }, { "start": 1176949103, "stop": 1176949386 }, { "start": 1176949387, "stop": 1176949488 }, { "start": 1176949490, "stop": 1176949495 }, { "start": 1176949496, "stop": 1176949614 } ] }