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=272
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=273", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=271", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 272, "results": [ { "start": 818232353, "stop": 818232356 }, { "start": 818232370, "stop": 818232372 }, { "start": 818232376, "stop": 818232379 }, { "start": 818232391, "stop": 818232392 }, { "start": 818232395, "stop": 818232400 }, { "start": 818232426, "stop": 818232432 }, { "start": 818232445, "stop": 818232449 }, { "start": 818232465, "stop": 818232467 }, { "start": 818232473, "stop": 818232474 }, { "start": 818232480, "stop": 818232481 }, { "start": 818232493, "stop": 818232495 }, { "start": 818232503, "stop": 818232506 }, { "start": 818232510, "stop": 818232512 }, { "start": 818232532, "stop": 818232534 }, { "start": 818232537, "stop": 818232543 }, { "start": 818232548, "stop": 818232551 }, { "start": 818232584, "stop": 818232585 }, { "start": 818232589, "stop": 818232591 }, { "start": 818232600, "stop": 818232606 }, { "start": 818232625, "stop": 818232631 } ] }