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=3783
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3784", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3782", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3783, "results": [ { "start": 873192656, "stop": 873192657 }, { "start": 873192660, "stop": 873192668 }, { "start": 873192671, "stop": 873192672 }, { "start": 873192675, "stop": 873192677 }, { "start": 873192681, "stop": 873192682 }, { "start": 873192693, "stop": 873192699 }, { "start": 873192702, "stop": 873192740 }, { "start": 873192743, "stop": 873192744 }, { "start": 873192747, "stop": 873192754 }, { "start": 873192757, "stop": 873192758 }, { "start": 873192761, "stop": 873192766 }, { "start": 873192773, "stop": 873192785 }, { "start": 873192791, "stop": 873192792 }, { "start": 873192796, "stop": 873192887 }, { "start": 873192890, "stop": 873192893 }, { "start": 873192896, "stop": 873192898 }, { "start": 873192901, "stop": 873192950 }, { "start": 873192958, "stop": 873192970 }, { "start": 873192976, "stop": 873193053 }, { "start": 873193062, "stop": 873193157 } ] }