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_CW_CAT1/segments?format=api&page=316
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=317", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=315", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 316, "results": [ { "start": 861514903, "stop": 861521196 }, { "start": 861523156, "stop": 861538320 }, { "start": 861538481, "stop": 861540174 }, { "start": 861540287, "stop": 861541868 }, { "start": 861543156, "stop": 861546216 }, { "start": 861546397, "stop": 861546466 }, { "start": 861551323, "stop": 861551934 }, { "start": 861552024, "stop": 861552057 }, { "start": 861552299, "stop": 861555017 }, { "start": 861555199, "stop": 861559248 }, { "start": 861562047, "stop": 861565781 }, { "start": 861565975, "stop": 861567250 }, { "start": 861569257, "stop": 861569544 }, { "start": 861569854, "stop": 861570970 }, { "start": 861571049, "stop": 861593671 }, { "start": 861595059, "stop": 861595128 }, { "start": 861595674, "stop": 861599066 }, { "start": 861599329, "stop": 861601362 }, { "start": 861601644, "stop": 861610852 }, { "start": 861611769, "stop": 861619373 } ] }