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_CAT4/segments?format=api&page=127
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=128", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=126", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 127, "results": [ { "start": 816976813, "stop": 816976833 }, { "start": 816976856, "stop": 816976969 }, { "start": 816976998, "stop": 816977214 }, { "start": 816977252, "stop": 816977388 }, { "start": 816977426, "stop": 816977591 }, { "start": 816977611, "stop": 816977614 }, { "start": 816977735, "stop": 816977758 }, { "start": 816977943, "stop": 816977944 }, { "start": 816978084, "stop": 816978200 }, { "start": 816978229, "stop": 816978289 }, { "start": 816978309, "stop": 816978321 }, { "start": 816978351, "stop": 816978367 }, { "start": 816978416, "stop": 816978432 }, { "start": 816978676, "stop": 816978703 }, { "start": 816978734, "stop": 816978754 }, { "start": 816978776, "stop": 816978779 }, { "start": 816978802, "stop": 816978809 }, { "start": 816978871, "stop": 816978945 }, { "start": 816978980, "stop": 816979032 }, { "start": 816979051, "stop": 816979080 } ] }