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=706
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=707", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=705", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 706, "results": [ { "start": 856262015, "stop": 856272695 }, { "start": 856274132, "stop": 856274912 }, { "start": 856275056, "stop": 856275656 }, { "start": 856275827, "stop": 856276787 }, { "start": 856277601, "stop": 856277661 }, { "start": 856277817, "stop": 856278057 }, { "start": 856278218, "stop": 856279178 }, { "start": 856279352, "stop": 856279532 }, { "start": 856280468, "stop": 856280528 }, { "start": 856281593, "stop": 856281773 }, { "start": 856281959, "stop": 856282079 }, { "start": 856291128, "stop": 856291308 }, { "start": 856291454, "stop": 856292054 }, { "start": 856297249, "stop": 856297429 }, { "start": 856297592, "stop": 856297652 }, { "start": 856297916, "stop": 856297976 }, { "start": 856298114, "stop": 856298474 }, { "start": 856298853, "stop": 856299423 }, { "start": 856299577, "stop": 856299877 }, { "start": 856300120, "stop": 856300180 } ] }