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=36
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=37", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=35", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 36, "results": [ { "start": 817198996, "stop": 817199124 }, { "start": 817199126, "stop": 817199939 }, { "start": 817199945, "stop": 817199965 }, { "start": 817199968, "stop": 817199971 }, { "start": 817199974, "stop": 817199975 }, { "start": 817199983, "stop": 817199986 }, { "start": 817199989, "stop": 817199998 }, { "start": 817200002, "stop": 817201553 }, { "start": 817201555, "stop": 817202434 }, { "start": 817203056, "stop": 817207258 }, { "start": 817207370, "stop": 817210517 }, { "start": 817210518, "stop": 817210670 }, { "start": 817210673, "stop": 817212018 }, { "start": 817214813, "stop": 817217288 }, { "start": 817217291, "stop": 817217293 }, { "start": 817217297, "stop": 817217304 }, { "start": 817217310, "stop": 817217311 }, { "start": 817217314, "stop": 817217322 }, { "start": 817217334, "stop": 817217335 }, { "start": 817217338, "stop": 817217339 } ] }