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=382
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=383", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=381", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 382, "results": [ { "start": 836340503, "stop": 836340923 }, { "start": 836341662, "stop": 836341842 }, { "start": 836342193, "stop": 836342313 }, { "start": 836342539, "stop": 836342719 }, { "start": 836343245, "stop": 836343905 }, { "start": 836344073, "stop": 836345093 }, { "start": 836345278, "stop": 836345398 }, { "start": 836345554, "stop": 836347054 }, { "start": 836347250, "stop": 836348030 }, { "start": 836348199, "stop": 836352639 }, { "start": 836353904, "stop": 836359994 }, { "start": 836360024, "stop": 836360174 }, { "start": 836360204, "stop": 836365784 }, { "start": 836365981, "stop": 836375101 }, { "start": 836376539, "stop": 836377859 }, { "start": 836379354, "stop": 836392914 }, { "start": 836393920, "stop": 836394370 }, { "start": 836394490, "stop": 836401720 }, { "start": 836402059, "stop": 836403799 }, { "start": 836404221, "stop": 836404401 } ] }