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=631
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=632", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=630", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 631, "results": [ { "start": 850925863, "stop": 850927363 }, { "start": 850929632, "stop": 850930532 }, { "start": 850930775, "stop": 850931135 }, { "start": 850931465, "stop": 850931525 }, { "start": 850932424, "stop": 850936234 }, { "start": 850936523, "stop": 850936583 }, { "start": 850936613, "stop": 850940123 }, { "start": 850940291, "stop": 850944551 }, { "start": 850944706, "stop": 850946866 }, { "start": 850952375, "stop": 850955555 }, { "start": 850955775, "stop": 850956195 }, { "start": 850956340, "stop": 850961320 }, { "start": 850961629, "stop": 850969189 }, { "start": 850970264, "stop": 850972184 }, { "start": 850972361, "stop": 850976201 }, { "start": 850976366, "stop": 850977206 }, { "start": 850979103, "stop": 850979463 }, { "start": 850980426, "stop": 850984686 }, { "start": 850984836, "stop": 850985046 }, { "start": 850985520, "stop": 850987560 } ] }