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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=415",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 416,
    "results": [
        {
            "start": 1267583042,
            "stop": 1267583048
        },
        {
            "start": 1267583049,
            "stop": 1267583051
        },
        {
            "start": 1267583053,
            "stop": 1267583198
        },
        {
            "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": 1267588526
        },
        {
            "start": 1267588527,
            "stop": 1267588535
        },
        {
            "start": 1267588536,
            "stop": 1267588549
        },
        {
            "start": 1267588551,
            "stop": 1267588552
        },
        {
            "start": 1267588554,
            "stop": 1267588558
        }
    ]
}