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=2136
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=2137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2135",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2136,
    "results": [
        {
            "start": 872239458,
            "stop": 872239472
        },
        {
            "start": 872239502,
            "stop": 872240608
        },
        {
            "start": 872240627,
            "stop": 872241971
        },
        {
            "start": 872241990,
            "stop": 872242018
        },
        {
            "start": 872242048,
            "stop": 872243149
        },
        {
            "start": 872243168,
            "stop": 872243946
        },
        {
            "start": 872243965,
            "stop": 872244098
        },
        {
            "start": 872244117,
            "stop": 872244324
        },
        {
            "start": 872244343,
            "stop": 872244428
        },
        {
            "start": 872244447,
            "stop": 872244828
        },
        {
            "start": 872244847,
            "stop": 872244874
        },
        {
            "start": 872244893,
            "stop": 872247945
        },
        {
            "start": 872247973,
            "stop": 872247999
        },
        {
            "start": 872248033,
            "stop": 872248050
        },
        {
            "start": 872248069,
            "stop": 872248072
        },
        {
            "start": 872248105,
            "stop": 872248108
        },
        {
            "start": 872248128,
            "stop": 872248133
        },
        {
            "start": 872248182,
            "stop": 872248224
        },
        {
            "start": 872248256,
            "stop": 872248276
        },
        {
            "start": 872248298,
            "stop": 872248312
        }
    ]
}