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=437
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=438", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=436", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 437, "results": [ { "start": 818737745, "stop": 818737773 }, { "start": 818737780, "stop": 818737793 }, { "start": 818737796, "stop": 818737842 }, { "start": 818737845, "stop": 818737848 }, { "start": 818737854, "stop": 818737903 }, { "start": 818737907, "stop": 818737971 }, { "start": 818737974, "stop": 818737978 }, { "start": 818737981, "stop": 818737986 }, { "start": 818743944, "stop": 818744847 }, { "start": 818744852, "stop": 818744929 }, { "start": 818744932, "stop": 818744944 }, { "start": 818744947, "stop": 818744959 }, { "start": 818744962, "stop": 818744966 }, { "start": 818744970, "stop": 818745016 }, { "start": 818745019, "stop": 818745107 }, { "start": 818745110, "stop": 818745141 }, { "start": 818745145, "stop": 818745155 }, { "start": 818745158, "stop": 818745169 }, { "start": 818745172, "stop": 818745252 }, { "start": 818745255, "stop": 818745275 } ] }