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=14699
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14700", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14698", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14699, "results": [ { "start": 971171387, "stop": 971171390 }, { "start": 971171391, "stop": 971171392 }, { "start": 971171394, "stop": 971171395 }, { "start": 971171396, "stop": 971171400 }, { "start": 971171403, "stop": 971171404 }, { "start": 971171408, "stop": 971171409 }, { "start": 971171411, "stop": 971171414 }, { "start": 971171420, "stop": 971171421 }, { "start": 971171425, "stop": 971171430 }, { "start": 971171431, "stop": 971171432 }, { "start": 971171434, "stop": 971171445 }, { "start": 971171449, "stop": 971171452 }, { "start": 971171456, "stop": 971171457 }, { "start": 971171461, "stop": 971171470 }, { "start": 971171471, "stop": 971171474 }, { "start": 971171477, "stop": 971171478 }, { "start": 971171481, "stop": 971171482 }, { "start": 971171485, "stop": 971171487 }, { "start": 971171488, "stop": 971171490 }, { "start": 971171491, "stop": 971171502 } ] }