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=1244
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=1245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1243",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1244,
    "results": [
        {
            "start": 957493547,
            "stop": 957493549
        },
        {
            "start": 957493551,
            "stop": 957493976
        },
        {
            "start": 957493978,
            "stop": 957494116
        },
        {
            "start": 957494118,
            "stop": 957494262
        },
        {
            "start": 957494264,
            "stop": 957494643
        },
        {
            "start": 957494645,
            "stop": 957494858
        },
        {
            "start": 957494860,
            "stop": 957494996
        },
        {
            "start": 957494998,
            "stop": 957495036
        },
        {
            "start": 957495038,
            "stop": 957495178
        },
        {
            "start": 957495180,
            "stop": 957495204
        },
        {
            "start": 957495206,
            "stop": 957495418
        },
        {
            "start": 957495420,
            "stop": 957495459
        },
        {
            "start": 957495461,
            "stop": 957495674
        },
        {
            "start": 957495675,
            "stop": 957496257
        },
        {
            "start": 957496259,
            "stop": 957496726
        },
        {
            "start": 957496728,
            "stop": 957496837
        },
        {
            "start": 957496839,
            "stop": 957496976
        },
        {
            "start": 957496978,
            "stop": 957497147
        },
        {
            "start": 957497149,
            "stop": 957497153
        },
        {
            "start": 957497154,
            "stop": 957497889
        }
    ]
}