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=288
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=289", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=287", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 288, "results": [ { "start": 831638937, "stop": 831644607 }, { "start": 831644697, "stop": 831644817 }, { "start": 831645110, "stop": 831649610 }, { "start": 831649754, "stop": 831649874 }, { "start": 831656902, "stop": 831657052 }, { "start": 831659570, "stop": 831659630 }, { "start": 831664923, "stop": 831664983 }, { "start": 831667533, "stop": 831668313 }, { "start": 831668492, "stop": 831668612 }, { "start": 831670340, "stop": 831670460 }, { "start": 831670625, "stop": 831671255 }, { "start": 831671285, "stop": 831671945 }, { "start": 831672280, "stop": 831672760 }, { "start": 831673498, "stop": 831673798 }, { "start": 831674325, "stop": 831674625 }, { "start": 831674842, "stop": 831675262 }, { "start": 831675414, "stop": 831676674 }, { "start": 831676845, "stop": 831676905 }, { "start": 831678233, "stop": 831679253 }, { "start": 831679866, "stop": 831680046 } ] }