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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=338
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=339", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=337", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 338, "results": [ { "start": 931918546, "stop": 931918561 }, { "start": 931918572, "stop": 931918587 }, { "start": 931918591, "stop": 931918600 }, { "start": 931918602, "stop": 931918604 }, { "start": 931918609, "stop": 931918610 }, { "start": 931918612, "stop": 931918630 }, { "start": 931918632, "stop": 931918634 }, { "start": 931918636, "stop": 931918646 }, { "start": 931918650, "stop": 931918651 }, { "start": 931918655, "stop": 931918666 }, { "start": 931918668, "stop": 931918677 }, { "start": 931918679, "stop": 931918690 }, { "start": 931918692, "stop": 931918694 }, { "start": 931918696, "stop": 931918711 }, { "start": 931918713, "stop": 931918733 }, { "start": 931918741, "stop": 931918744 }, { "start": 931918746, "stop": 931918748 }, { "start": 931918751, "stop": 931918755 }, { "start": 931918757, "stop": 931918759 }, { "start": 931918761, "stop": 931918764 } ] }