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=14715
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14716", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14714", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14715, "results": [ { "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 }, { "start": 971173074, "stop": 971173078 }, { "start": 971173079, "stop": 971173082 }, { "start": 971173091, "stop": 971173098 }, { "start": 971173099, "stop": 971173104 }, { "start": 971173106, "stop": 971173111 } ] }