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/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=23
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=24", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=22", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 23, "results": [ { "start": 1399871511, "stop": 1399871521 }, { "start": 1399871523, "stop": 1399871525 }, { "start": 1399871529, "stop": 1399871532 }, { "start": 1399871533, "stop": 1399871544 }, { "start": 1399871546, "stop": 1399871604 }, { "start": 1399871605, "stop": 1399871700 }, { "start": 1399871702, "stop": 1399871825 }, { "start": 1399871837, "stop": 1399871873 }, { "start": 1399871877, "stop": 1399871879 }, { "start": 1399871881, "stop": 1399872082 }, { "start": 1399872085, "stop": 1399872265 }, { "start": 1399872273, "stop": 1399872325 }, { "start": 1399872329, "stop": 1399872521 }, { "start": 1399872525, "stop": 1399872562 }, { "start": 1399872563, "stop": 1399872573 }, { "start": 1399872578, "stop": 1399873077 }, { "start": 1399873081, "stop": 1399873604 }, { "start": 1399873605, "stop": 1399874292 }, { "start": 1399874384, "stop": 1399874413 }, { "start": 1399874421, "stop": 1399875997 } ] }