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=364
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=365", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=363", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 364, "results": [ { "start": 835400804, "stop": 835400924 }, { "start": 835401081, "stop": 835401141 }, { "start": 835401352, "stop": 835401412 }, { "start": 835401799, "stop": 835402099 }, { "start": 835402249, "stop": 835402789 }, { "start": 835402984, "stop": 835406524 }, { "start": 835406584, "stop": 835410244 }, { "start": 835410814, "stop": 835411234 }, { "start": 835411390, "stop": 835411510 }, { "start": 835422002, "stop": 835422062 }, { "start": 835422250, "stop": 835425880 }, { "start": 835425910, "stop": 835426930 }, { "start": 835428382, "stop": 835429492 }, { "start": 835429642, "stop": 835429882 }, { "start": 835430253, "stop": 835435653 }, { "start": 835435940, "stop": 835436120 }, { "start": 835436340, "stop": 835437900 }, { "start": 835438050, "stop": 835438740 }, { "start": 835439834, "stop": 835440794 }, { "start": 835441250, "stop": 835441340 } ] }