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=132
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=133", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=131", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 132, "results": [ { "start": 816990252, "stop": 816990260 }, { "start": 816990277, "stop": 816990512 }, { "start": 816990555, "stop": 816990589 }, { "start": 816990609, "stop": 816990817 }, { "start": 816990859, "stop": 816990953 }, { "start": 816990956, "stop": 816990999 }, { "start": 816991034, "stop": 816991069 }, { "start": 816991086, "stop": 816991173 }, { "start": 816991208, "stop": 816991385 }, { "start": 816991441, "stop": 816991501 }, { "start": 816991521, "stop": 816991698 }, { "start": 816991734, "stop": 816992064 }, { "start": 816992067, "stop": 816992121 }, { "start": 816992140, "stop": 816992231 }, { "start": 816992270, "stop": 816992420 }, { "start": 816992437, "stop": 816992827 }, { "start": 816992847, "stop": 816993094 }, { "start": 816993100, "stop": 816993896 }, { "start": 816993916, "stop": 816994063 }, { "start": 816994083, "stop": 816994352 } ] }