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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=207
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=208", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=206", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 207, "results": [ { "start": 826672664, "stop": 826672904 }, { "start": 826673071, "stop": 826673791 }, { "start": 826673944, "stop": 826674004 }, { "start": 826674261, "stop": 826674501 }, { "start": 826674710, "stop": 826674890 }, { "start": 826675044, "stop": 826675524 }, { "start": 826675554, "stop": 826675764 }, { "start": 826675961, "stop": 826676081 }, { "start": 826676248, "stop": 826676608 }, { "start": 826678487, "stop": 826680227 }, { "start": 826680585, "stop": 826680945 }, { "start": 826688348, "stop": 826688468 }, { "start": 826688627, "stop": 826688987 }, { "start": 826689352, "stop": 826689412 }, { "start": 826689556, "stop": 826689856 }, { "start": 826689946, "stop": 826690006 }, { "start": 826690193, "stop": 826690253 }, { "start": 826690395, "stop": 826690695 }, { "start": 826690955, "stop": 826691435 }, { "start": 826691717, "stop": 826692017 } ] }