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=814
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=815", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=813", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 814, "results": [ { "start": 862287935, "stop": 862288655 }, { "start": 862293432, "stop": 862293492 }, { "start": 862293856, "stop": 862295296 }, { "start": 862295446, "stop": 862299916 }, { "start": 862301606, "stop": 862301786 }, { "start": 862301936, "stop": 862305326 }, { "start": 862305467, "stop": 862306607 }, { "start": 862306773, "stop": 862309413 }, { "start": 862323993, "stop": 862324773 }, { "start": 862325851, "stop": 862326031 }, { "start": 862326261, "stop": 862329021 }, { "start": 862330228, "stop": 862330288 }, { "start": 862335307, "stop": 862351807 }, { "start": 862353175, "stop": 862354075 }, { "start": 862354287, "stop": 862356057 }, { "start": 862356207, "stop": 862357047 }, { "start": 862357226, "stop": 862380986 }, { "start": 862383084, "stop": 862383504 }, { "start": 862383723, "stop": 862383843 }, { "start": 862386328, "stop": 862387888 } ] }