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=358
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=359", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=357", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 358, "results": [ { "start": 835154700, "stop": 835159200 }, { "start": 835159431, "stop": 835168911 }, { "start": 835170235, "stop": 835178035 }, { "start": 835178266, "stop": 835185346 }, { "start": 835187156, "stop": 835188356 }, { "start": 835190120, "stop": 835191800 }, { "start": 835192747, "stop": 835193527 }, { "start": 835193693, "stop": 835194053 }, { "start": 835194143, "stop": 835195493 }, { "start": 835197768, "stop": 835198848 }, { "start": 835199136, "stop": 835199496 }, { "start": 835199698, "stop": 835200718 }, { "start": 835200881, "stop": 835202081 }, { "start": 835202265, "stop": 835202325 }, { "start": 835202544, "stop": 835203744 }, { "start": 835204073, "stop": 835204613 }, { "start": 835204805, "stop": 835205165 }, { "start": 835205331, "stop": 835205511 }, { "start": 835205685, "stop": 835205745 }, { "start": 835205880, "stop": 835206000 } ] }