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=813
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=814", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=812", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 813, "results": [ { "start": 862230772, "stop": 862231432 }, { "start": 862231568, "stop": 862231688 }, { "start": 862231850, "stop": 862232570 }, { "start": 862232793, "stop": 862234653 }, { "start": 862234807, "stop": 862234987 }, { "start": 862235321, "stop": 862236281 }, { "start": 862236458, "stop": 862237058 }, { "start": 862237227, "stop": 862237287 }, { "start": 862237750, "stop": 862237870 }, { "start": 862238205, "stop": 862238325 }, { "start": 862239109, "stop": 862239229 }, { "start": 862242704, "stop": 862246784 }, { "start": 862247236, "stop": 862248796 }, { "start": 862249762, "stop": 862256302 }, { "start": 862256445, "stop": 862258245 }, { "start": 862259916, "stop": 862262436 }, { "start": 862263367, "stop": 862274107 }, { "start": 862276404, "stop": 862278324 }, { "start": 862278414, "stop": 862278744 }, { "start": 862279799, "stop": 862287539 } ] }