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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=97",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 98,
    "results": [
        {
            "start": 818070978,
            "stop": 818070980
        },
        {
            "start": 818071027,
            "stop": 818071030
        },
        {
            "start": 818071070,
            "stop": 818071073
        },
        {
            "start": 818071084,
            "stop": 818071087
        },
        {
            "start": 818075386,
            "stop": 818075387
        },
        {
            "start": 818075395,
            "stop": 818075405
        },
        {
            "start": 818075413,
            "stop": 818075421
        },
        {
            "start": 818075429,
            "stop": 818075437
        },
        {
            "start": 818075445,
            "stop": 818075449
        },
        {
            "start": 818075469,
            "stop": 818075480
        },
        {
            "start": 818075507,
            "stop": 818075526
        },
        {
            "start": 818075534,
            "stop": 818075535
        },
        {
            "start": 818075560,
            "stop": 818075562
        },
        {
            "start": 818075573,
            "stop": 818075575
        },
        {
            "start": 818075585,
            "stop": 818075594
        },
        {
            "start": 818075605,
            "stop": 818075608
        },
        {
            "start": 818075625,
            "stop": 818075630
        },
        {
            "start": 818075642,
            "stop": 818075644
        },
        {
            "start": 818075700,
            "stop": 818075704
        },
        {
            "start": 818075748,
            "stop": 818075751
        }
    ]
}