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=188
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=189", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=187", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 188, "results": [ { "start": 826168289, "stop": 826168349 }, { "start": 826168563, "stop": 826168653 }, { "start": 826174094, "stop": 826174154 }, { "start": 826174429, "stop": 826174489 }, { "start": 826175439, "stop": 826175859 }, { "start": 826176295, "stop": 826176415 }, { "start": 826177006, "stop": 826177066 }, { "start": 826177386, "stop": 826177506 }, { "start": 826178028, "stop": 826178088 }, { "start": 826178268, "stop": 826178358 }, { "start": 826178614, "stop": 826178674 }, { "start": 826179002, "stop": 826179182 }, { "start": 826179413, "stop": 826179593 }, { "start": 826179870, "stop": 826179990 }, { "start": 826180183, "stop": 826180243 }, { "start": 826180389, "stop": 826180479 }, { "start": 826180689, "stop": 826180899 }, { "start": 826188851, "stop": 826188911 }, { "start": 826188971, "stop": 826189031 }, { "start": 826189189, "stop": 826189549 } ] }