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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1252",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1253,
    "results": [
        {
            "start": 957569460,
            "stop": 957571580
        },
        {
            "start": 957571601,
            "stop": 957572907
        },
        {
            "start": 957572909,
            "stop": 957575041
        },
        {
            "start": 957575177,
            "stop": 957575904
        },
        {
            "start": 957575906,
            "stop": 957576057
        },
        {
            "start": 957576059,
            "stop": 957576911
        },
        {
            "start": 957576913,
            "stop": 957577587
        },
        {
            "start": 957577589,
            "stop": 957577966
        },
        {
            "start": 957577968,
            "stop": 957578117
        },
        {
            "start": 957578119,
            "stop": 957578489
        },
        {
            "start": 957578490,
            "stop": 957578566
        },
        {
            "start": 957578568,
            "stop": 957578636
        },
        {
            "start": 957578638,
            "stop": 957578654
        },
        {
            "start": 957578656,
            "stop": 957578728
        },
        {
            "start": 957582609,
            "stop": 957583221
        },
        {
            "start": 957583223,
            "stop": 957584954
        },
        {
            "start": 957584955,
            "stop": 957585042
        },
        {
            "start": 957585044,
            "stop": 957585853
        },
        {
            "start": 957585855,
            "stop": 957586416
        },
        {
            "start": 957586417,
            "stop": 957587341
        }
    ]
}