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=14733
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14734", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14732", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14733, "results": [ { "start": 971178039, "stop": 971178044 }, { "start": 971178045, "stop": 971178049 }, { "start": 971178050, "stop": 971178051 }, { "start": 971178052, "stop": 971178056 }, { "start": 971178058, "stop": 971178061 }, { "start": 971178064, "stop": 971178065 }, { "start": 971178066, "stop": 971178067 }, { "start": 971178069, "stop": 971178072 }, { "start": 971178074, "stop": 971178075 }, { "start": 971178076, "stop": 971178089 }, { "start": 971178092, "stop": 971178095 }, { "start": 971178096, "stop": 971178097 }, { "start": 971178098, "stop": 971178101 }, { "start": 971178102, "stop": 971178104 }, { "start": 971178107, "stop": 971178109 }, { "start": 971178110, "stop": 971178113 }, { "start": 971178124, "stop": 971178125 }, { "start": 971178128, "stop": 971178132 }, { "start": 971178133, "stop": 971178139 }, { "start": 971178140, "stop": 971178147 } ] }