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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10168",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10169,
    "results": [
        {
            "start": 873804907,
            "stop": 873804914
        },
        {
            "start": 873804922,
            "stop": 873805011
        },
        {
            "start": 873805019,
            "stop": 873805030
        },
        {
            "start": 873805040,
            "stop": 873805178
        },
        {
            "start": 873805201,
            "stop": 873805279
        },
        {
            "start": 873805286,
            "stop": 873805378
        },
        {
            "start": 873805393,
            "stop": 873805509
        },
        {
            "start": 873805520,
            "stop": 873805523
        },
        {
            "start": 873805531,
            "stop": 873805549
        },
        {
            "start": 873805557,
            "stop": 873805565
        },
        {
            "start": 873805572,
            "stop": 873805670
        },
        {
            "start": 873805677,
            "stop": 873805942
        },
        {
            "start": 873805950,
            "stop": 873805977
        },
        {
            "start": 873805985,
            "stop": 873806041
        },
        {
            "start": 873806048,
            "stop": 873806342
        },
        {
            "start": 873806350,
            "stop": 873806359
        },
        {
            "start": 873806398,
            "stop": 873806427
        },
        {
            "start": 873806434,
            "stop": 873806453
        },
        {
            "start": 873806462,
            "stop": 873806479
        },
        {
            "start": 873806486,
            "stop": 873806526
        }
    ]
}