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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CW_CAT1/segments?format=api&page=13",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 14,
    "results": [
        {
            "start": 1374871598,
            "stop": 1374872395
        },
        {
            "start": 1374872546,
            "stop": 1374934889
        },
        {
            "start": 1374935983,
            "stop": 1374936316
        },
        {
            "start": 1374962554,
            "stop": 1374963114
        },
        {
            "start": 1374963379,
            "stop": 1374969813
        },
        {
            "start": 1374973090,
            "stop": 1374992237
        },
        {
            "start": 1374992281,
            "stop": 1374993286
        },
        {
            "start": 1375000387,
            "stop": 1375001014
        },
        {
            "start": 1375001017,
            "stop": 1375027250
        },
        {
            "start": 1375041255,
            "stop": 1375048858
        },
        {
            "start": 1375063092,
            "stop": 1375118528
        },
        {
            "start": 1375118602,
            "stop": 1375129013
        },
        {
            "start": 1375142616,
            "stop": 1375145937
        },
        {
            "start": 1375150983,
            "stop": 1375151956
        },
        {
            "start": 1375152568,
            "stop": 1375201275
        },
        {
            "start": 1375203588,
            "stop": 1375208494
        },
        {
            "start": 1375212233,
            "stop": 1375218856
        },
        {
            "start": 1375219711,
            "stop": 1375219842
        },
        {
            "start": 1375219851,
            "stop": 1375239695
        },
        {
            "start": 1375239834,
            "stop": 1375252379
        }
    ]
}