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=712
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=713",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=711",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 712,
    "results": [
        {
            "start": 1266763004,
            "stop": 1266764463
        },
        {
            "start": 1266764466,
            "stop": 1266768050
        },
        {
            "start": 1266768090,
            "stop": 1266769139
        },
        {
            "start": 1266769142,
            "stop": 1266769712
        },
        {
            "start": 1266769715,
            "stop": 1266772170
        },
        {
            "start": 1266772173,
            "stop": 1266773465
        },
        {
            "start": 1266773468,
            "stop": 1266773510
        },
        {
            "start": 1266773513,
            "stop": 1266774902
        },
        {
            "start": 1266774905,
            "stop": 1266776339
        },
        {
            "start": 1266776342,
            "stop": 1266776629
        },
        {
            "start": 1266776779,
            "stop": 1266777392
        },
        {
            "start": 1266777395,
            "stop": 1266780681
        },
        {
            "start": 1266780684,
            "stop": 1266781316
        },
        {
            "start": 1266781319,
            "stop": 1266782150
        },
        {
            "start": 1266782152,
            "stop": 1266783031
        },
        {
            "start": 1266783034,
            "stop": 1266783248
        },
        {
            "start": 1266783251,
            "stop": 1266784044
        },
        {
            "start": 1266784048,
            "stop": 1266784061
        },
        {
            "start": 1266784064,
            "stop": 1266785526
        },
        {
            "start": 1266785528,
            "stop": 1266785530
        }
    ]
}