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=454
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=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=453",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 454,
    "results": [
        {
            "start": 818756702,
            "stop": 818756704
        },
        {
            "start": 818756719,
            "stop": 818756721
        },
        {
            "start": 818756743,
            "stop": 818756749
        },
        {
            "start": 818756752,
            "stop": 818756755
        },
        {
            "start": 818756811,
            "stop": 818756813
        },
        {
            "start": 818756829,
            "stop": 818756831
        },
        {
            "start": 818756837,
            "stop": 818756838
        },
        {
            "start": 818756846,
            "stop": 818756847
        },
        {
            "start": 818756850,
            "stop": 818756852
        },
        {
            "start": 818756855,
            "stop": 818756857
        },
        {
            "start": 818756863,
            "stop": 818756876
        },
        {
            "start": 818756888,
            "stop": 818756899
        },
        {
            "start": 818756927,
            "stop": 818756936
        },
        {
            "start": 818756939,
            "stop": 818756955
        },
        {
            "start": 818756958,
            "stop": 818756961
        },
        {
            "start": 818756965,
            "stop": 818756974
        },
        {
            "start": 818756980,
            "stop": 818757001
        },
        {
            "start": 818757005,
            "stop": 818757009
        },
        {
            "start": 818757012,
            "stop": 818757038
        },
        {
            "start": 818757041,
            "stop": 818757048
        }
    ]
}