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=15798
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15799", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15797", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15798, "results": [ { "start": 971172983, "stop": 971172985 }, { "start": 971172986, "stop": 971172991 }, { "start": 971172995, "stop": 971172998 }, { "start": 971173000, "stop": 971173002 }, { "start": 971173003, "stop": 971173005 }, { "start": 971173006, "stop": 971173007 }, { "start": 971173009, "stop": 971173013 }, { "start": 971173014, "stop": 971173015 }, { "start": 971173016, "stop": 971173018 }, { "start": 971173023, "stop": 971173030 }, { "start": 971173031, "stop": 971173033 }, { "start": 971173043, "stop": 971173044 }, { "start": 971173045, "stop": 971173047 }, { "start": 971173048, "stop": 971173050 }, { "start": 971173051, "stop": 971173053 }, { "start": 971173056, "stop": 971173057 }, { "start": 971173059, "stop": 971173062 }, { "start": 971173063, "stop": 971173064 }, { "start": 971173065, "stop": 971173067 }, { "start": 971173069, "stop": 971173071 } ] }