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=14696
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14697", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14695", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14696, "results": [ { "start": 971171056, "stop": 971171057 }, { "start": 971171058, "stop": 971171059 }, { "start": 971171068, "stop": 971171069 }, { "start": 971171072, "stop": 971171073 }, { "start": 971171077, "stop": 971171078 }, { "start": 971171079, "stop": 971171080 }, { "start": 971171081, "stop": 971171087 }, { "start": 971171089, "stop": 971171092 }, { "start": 971171094, "stop": 971171099 }, { "start": 971171101, "stop": 971171102 }, { "start": 971171103, "stop": 971171104 }, { "start": 971171105, "stop": 971171107 }, { "start": 971171111, "stop": 971171112 }, { "start": 971171115, "stop": 971171117 }, { "start": 971171120, "stop": 971171123 }, { "start": 971171127, "stop": 971171128 }, { "start": 971171130, "stop": 971171132 }, { "start": 971171137, "stop": 971171141 }, { "start": 971171142, "stop": 971171145 }, { "start": 971171150, "stop": 971171151 } ] }