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=10121
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=10122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10120",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10121,
    "results": [
        {
            "start": 873478991,
            "stop": 873479033
        },
        {
            "start": 873479040,
            "stop": 873479151
        },
        {
            "start": 873479164,
            "stop": 873479167
        },
        {
            "start": 873479180,
            "stop": 873479571
        },
        {
            "start": 873479578,
            "stop": 873479860
        },
        {
            "start": 873479868,
            "stop": 873479888
        },
        {
            "start": 873479896,
            "stop": 873479950
        },
        {
            "start": 873479958,
            "stop": 873479959
        },
        {
            "start": 873479973,
            "stop": 873480427
        },
        {
            "start": 873480441,
            "stop": 873480445
        },
        {
            "start": 873480457,
            "stop": 873480459
        },
        {
            "start": 873480468,
            "stop": 873480476
        },
        {
            "start": 873480483,
            "stop": 873480492
        },
        {
            "start": 873480500,
            "stop": 873480632
        },
        {
            "start": 873480646,
            "stop": 873480683
        },
        {
            "start": 873480691,
            "stop": 873480697
        },
        {
            "start": 873480714,
            "stop": 873480755
        },
        {
            "start": 873480765,
            "stop": 873481080
        },
        {
            "start": 873481200,
            "stop": 873481248
        },
        {
            "start": 873481256,
            "stop": 873481339
        }
    ]
}