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=173
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=174", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=172", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 173, "results": [ { "start": 825491718, "stop": 825494958 }, { "start": 825495108, "stop": 825495288 }, { "start": 825504754, "stop": 825505834 }, { "start": 825506022, "stop": 825506382 }, { "start": 825506548, "stop": 825506728 }, { "start": 825506899, "stop": 825507529 }, { "start": 825507679, "stop": 825508759 }, { "start": 825508931, "stop": 825510491 }, { "start": 825510648, "stop": 825511188 }, { "start": 825511327, "stop": 825511567 }, { "start": 825511725, "stop": 825512145 }, { "start": 825512296, "stop": 825513736 }, { "start": 825513904, "stop": 825513964 }, { "start": 825514159, "stop": 825514279 }, { "start": 825514637, "stop": 825514757 }, { "start": 825514962, "stop": 825515022 }, { "start": 825515468, "stop": 825515528 }, { "start": 825521626, "stop": 825521686 }, { "start": 825522102, "stop": 825522282 }, { "start": 825524282, "stop": 825525002 } ] }