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/O4b/timelines/H1_CW_CAT1/segments?format=api&page=18
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=19", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=17", "results_count": 953, "results_per_page": 20, "num_pages": 48, "page_number": 18, "results": [ { "start": 1404331907, "stop": 1404334892 }, { "start": 1404337304, "stop": 1404346166 }, { "start": 1404354750, "stop": 1404369746 }, { "start": 1404375888, "stop": 1404390295 }, { "start": 1404399530, "stop": 1404416079 }, { "start": 1404425343, "stop": 1404445308 }, { "start": 1404451709, "stop": 1404486680 }, { "start": 1404498952, "stop": 1404524783 }, { "start": 1404529270, "stop": 1404539583 }, { "start": 1404547966, "stop": 1404571099 }, { "start": 1404597061, "stop": 1404606569 }, { "start": 1404607209, "stop": 1404609630 }, { "start": 1404615644, "stop": 1404617839 }, { "start": 1404623235, "stop": 1404623807 }, { "start": 1404636148, "stop": 1404694250 }, { "start": 1404710662, "stop": 1404745843 }, { "start": 1404761684, "stop": 1404765030 }, { "start": 1404778432, "stop": 1404793975 }, { "start": 1404800640, "stop": 1404801552 }, { "start": 1404804306, "stop": 1404807909 } ] }