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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=743
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=744",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=742",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 743,
    "results": [
        {
            "start": 1267583200,
            "stop": 1267583203
        },
        {
            "start": 1267583206,
            "stop": 1267583208
        },
        {
            "start": 1267583213,
            "stop": 1267583232
        },
        {
            "start": 1267583235,
            "stop": 1267583237
        },
        {
            "start": 1267583239,
            "stop": 1267583256
        },
        {
            "start": 1267583257,
            "stop": 1267583266
        },
        {
            "start": 1267583267,
            "stop": 1267583274
        },
        {
            "start": 1267583280,
            "stop": 1267583328
        },
        {
            "start": 1267583334,
            "stop": 1267583339
        },
        {
            "start": 1267583344,
            "stop": 1267583354
        },
        {
            "start": 1267583355,
            "stop": 1267583425
        },
        {
            "start": 1267583428,
            "stop": 1267583508
        },
        {
            "start": 1267583509,
            "stop": 1267584539
        },
        {
            "start": 1267584541,
            "stop": 1267588526
        },
        {
            "start": 1267588527,
            "stop": 1267588535
        },
        {
            "start": 1267588536,
            "stop": 1267588549
        },
        {
            "start": 1267588551,
            "stop": 1267588552
        },
        {
            "start": 1267588554,
            "stop": 1267588558
        },
        {
            "start": 1267588560,
            "stop": 1267588561
        },
        {
            "start": 1267588563,
            "stop": 1267588577
        }
    ]
}