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=88
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=89", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=87", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 88, "results": [ { "start": 820074431, "stop": 820074551 }, { "start": 820074718, "stop": 820074778 }, { "start": 820075112, "stop": 820075172 }, { "start": 820075322, "stop": 820075682 }, { "start": 820077195, "stop": 820077315 }, { "start": 820077483, "stop": 820078863 }, { "start": 820079022, "stop": 820079082 }, { "start": 820079246, "stop": 820079426 }, { "start": 820079590, "stop": 820079830 }, { "start": 820080185, "stop": 820080605 }, { "start": 820080782, "stop": 820081502 }, { "start": 820081683, "stop": 820082043 }, { "start": 820082197, "stop": 820082257 }, { "start": 820082450, "stop": 820082690 }, { "start": 820082934, "stop": 820084074 }, { "start": 820084552, "stop": 820085152 }, { "start": 820085326, "stop": 820086106 }, { "start": 820086274, "stop": 820086634 }, { "start": 820086885, "stop": 820087005 }, { "start": 820088219, "stop": 820088969 } ] }