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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3742",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3743,
    "results": [
        {
            "start": 872881955,
            "stop": 872892089
        },
        {
            "start": 872892092,
            "stop": 872892123
        },
        {
            "start": 872892126,
            "stop": 872893052
        },
        {
            "start": 872893054,
            "stop": 872893306
        },
        {
            "start": 872893307,
            "stop": 872893368
        },
        {
            "start": 872893370,
            "stop": 872893857
        },
        {
            "start": 872893858,
            "stop": 872900357
        },
        {
            "start": 872900358,
            "stop": 872900403
        },
        {
            "start": 872900404,
            "stop": 872900630
        },
        {
            "start": 872900632,
            "stop": 872911058
        },
        {
            "start": 872911066,
            "stop": 872915427
        },
        {
            "start": 872915430,
            "stop": 872915541
        },
        {
            "start": 872915544,
            "stop": 872915546
        },
        {
            "start": 872915549,
            "stop": 872915556
        },
        {
            "start": 872915559,
            "stop": 872915599
        },
        {
            "start": 872915603,
            "stop": 872915607
        },
        {
            "start": 872915612,
            "stop": 872915669
        },
        {
            "start": 872915672,
            "stop": 872915687
        },
        {
            "start": 872915690,
            "stop": 872915692
        },
        {
            "start": 872915695,
            "stop": 872915697
        }
    ]
}