Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=639
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=640",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=638",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 639,
    "results": [
        {
            "start": 1263760920,
            "stop": 1263761157
        },
        {
            "start": 1263761160,
            "stop": 1263764178
        },
        {
            "start": 1263764181,
            "stop": 1263766034
        },
        {
            "start": 1263766037,
            "stop": 1263766092
        },
        {
            "start": 1263766095,
            "stop": 1263766671
        },
        {
            "start": 1263766674,
            "stop": 1263767054
        },
        {
            "start": 1263767057,
            "stop": 1263768685
        },
        {
            "start": 1263768688,
            "stop": 1263769638
        },
        {
            "start": 1263769641,
            "stop": 1263769779
        },
        {
            "start": 1263769782,
            "stop": 1263770331
        },
        {
            "start": 1263770339,
            "stop": 1263771076
        },
        {
            "start": 1263771079,
            "stop": 1263771261
        },
        {
            "start": 1263771269,
            "stop": 1263772263
        },
        {
            "start": 1263772266,
            "stop": 1263773041
        },
        {
            "start": 1263773044,
            "stop": 1263773386
        },
        {
            "start": 1263773389,
            "stop": 1263775156
        },
        {
            "start": 1263775159,
            "stop": 1263779944
        },
        {
            "start": 1263779947,
            "stop": 1263781693
        },
        {
            "start": 1263781701,
            "stop": 1263783942
        },
        {
            "start": 1263783945,
            "stop": 1263786253
        }
    ]
}