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=14769
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14770", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14768", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14769, "results": [ { "start": 971182034, "stop": 971182035 }, { "start": 971182036, "stop": 971182037 }, { "start": 971182042, "stop": 971182044 }, { "start": 971182046, "stop": 971182047 }, { "start": 971182049, "stop": 971182050 }, { "start": 971182051, "stop": 971182053 }, { "start": 971182055, "stop": 971182056 }, { "start": 971182058, "stop": 971182060 }, { "start": 971182063, "stop": 971182064 }, { "start": 971182065, "stop": 971182066 }, { "start": 971182069, "stop": 971182072 }, { "start": 971182074, "stop": 971182075 }, { "start": 971182076, "stop": 971182078 }, { "start": 971182097, "stop": 971182099 }, { "start": 971182101, "stop": 971182103 }, { "start": 971182104, "stop": 971182105 }, { "start": 971183474, "stop": 971183756 }, { "start": 971183759, "stop": 971184121 }, { "start": 971184124, "stop": 971184288 }, { "start": 971184291, "stop": 971184794 } ] }