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_CAT3/segments?format=api&page=14627
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14628", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14626", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14627, "results": [ { "start": 971163728, "stop": 971163729 }, { "start": 971163732, "stop": 971163733 }, { "start": 971163736, "stop": 971163738 }, { "start": 971163741, "stop": 971163744 }, { "start": 971163746, "stop": 971163747 }, { "start": 971163748, "stop": 971163749 }, { "start": 971163751, "stop": 971163757 }, { "start": 971163761, "stop": 971163763 }, { "start": 971163766, "stop": 971163768 }, { "start": 971163771, "stop": 971163772 }, { "start": 971163774, "stop": 971163777 }, { "start": 971163778, "stop": 971163779 }, { "start": 971163781, "stop": 971163787 }, { "start": 971163788, "stop": 971163789 }, { "start": 971163791, "stop": 971163792 }, { "start": 971163796, "stop": 971163798 }, { "start": 971163800, "stop": 971163801 }, { "start": 971163802, "stop": 971163803 }, { "start": 971163804, "stop": 971163806 }, { "start": 971163809, "stop": 971163812 } ] }