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=731
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=732", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=730", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 731, "results": [ { "start": 857537359, "stop": 857544139 }, { "start": 857544169, "stop": 857544259 }, { "start": 857545410, "stop": 857547510 }, { "start": 857547721, "stop": 857550301 }, { "start": 857552713, "stop": 857559043 }, { "start": 857559855, "stop": 857560875 }, { "start": 857561025, "stop": 857568435 }, { "start": 857569735, "stop": 857574175 }, { "start": 857574524, "stop": 857574914 }, { "start": 857574944, "stop": 857579384 }, { "start": 857579545, "stop": 857580625 }, { "start": 857586332, "stop": 857590712 }, { "start": 857590972, "stop": 857591992 }, { "start": 857593940, "stop": 857596820 }, { "start": 857598039, "stop": 857598759 }, { "start": 857600102, "stop": 857600582 }, { "start": 857601044, "stop": 857604524 }, { "start": 857604833, "stop": 857613653 }, { "start": 857613803, "stop": 857619233 }, { "start": 857619378, "stop": 857619438 } ] }