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=656
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=657", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=655", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 656, "results": [ { "start": 852726948, "stop": 852727548 }, { "start": 852727719, "stop": 852729549 }, { "start": 852729844, "stop": 852730984 }, { "start": 852731159, "stop": 852733859 }, { "start": 852734015, "stop": 852734075 }, { "start": 852734283, "stop": 852739563 }, { "start": 852739715, "stop": 852740195 }, { "start": 852740495, "stop": 852741365 }, { "start": 852741580, "stop": 852742300 }, { "start": 852742514, "stop": 852743294 }, { "start": 852743452, "stop": 852744112 }, { "start": 852744280, "stop": 852744550 }, { "start": 852744700, "stop": 852745540 }, { "start": 852746803, "stop": 852747103 }, { "start": 852751766, "stop": 852751886 }, { "start": 852752033, "stop": 852752753 }, { "start": 852753593, "stop": 852754013 }, { "start": 852754170, "stop": 852755250 }, { "start": 852755411, "stop": 852755531 }, { "start": 852755698, "stop": 852756118 } ] }