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=286
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=287", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=285", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 286, "results": [ { "start": 831545263, "stop": 831545863 }, { "start": 831546817, "stop": 831552157 }, { "start": 831552607, "stop": 831552727 }, { "start": 831554358, "stop": 831554418 }, { "start": 831554588, "stop": 831556148 }, { "start": 831556380, "stop": 831560190 }, { "start": 831560280, "stop": 831561300 }, { "start": 831561506, "stop": 831561806 }, { "start": 831561955, "stop": 831562915 }, { "start": 831563070, "stop": 831563190 }, { "start": 831563384, "stop": 831564404 }, { "start": 831565178, "stop": 831565538 }, { "start": 831565725, "stop": 831565845 }, { "start": 831566101, "stop": 831566341 }, { "start": 831566508, "stop": 831566808 }, { "start": 831566992, "stop": 831567292 }, { "start": 831567461, "stop": 831567521 }, { "start": 831575386, "stop": 831575446 }, { "start": 831577786, "stop": 831577966 }, { "start": 831579479, "stop": 831579659 } ] }