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=826
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=827", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=825", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 826, "results": [ { "start": 863241989, "stop": 863244059 }, { "start": 863244209, "stop": 863244269 }, { "start": 863244389, "stop": 863244449 }, { "start": 863244814, "stop": 863245324 }, { "start": 863245354, "stop": 863245414 }, { "start": 863245504, "stop": 863246014 }, { "start": 863246134, "stop": 863246194 }, { "start": 863246344, "stop": 863246404 }, { "start": 863246554, "stop": 863246614 }, { "start": 863246734, "stop": 863247604 }, { "start": 863249502, "stop": 863250282 }, { "start": 863250440, "stop": 863250650 }, { "start": 863250800, "stop": 863251220 }, { "start": 863251429, "stop": 863252059 }, { "start": 863252149, "stop": 863253079 }, { "start": 863253289, "stop": 863253349 }, { "start": 863253499, "stop": 863253769 }, { "start": 863253859, "stop": 863257939 }, { "start": 863258089, "stop": 863260909 }, { "start": 863261936, "stop": 863263496 } ] }