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=418
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=419",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=417",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 418,
    "results": [
        {
            "start": 818729786,
            "stop": 818729842
        },
        {
            "start": 818729856,
            "stop": 818729857
        },
        {
            "start": 818729867,
            "stop": 818729870
        },
        {
            "start": 818729876,
            "stop": 818729895
        },
        {
            "start": 818729898,
            "stop": 818729907
        },
        {
            "start": 818729911,
            "stop": 818729915
        },
        {
            "start": 818729923,
            "stop": 818729928
        },
        {
            "start": 818729940,
            "stop": 818729942
        },
        {
            "start": 818729947,
            "stop": 818729948
        },
        {
            "start": 818729961,
            "stop": 818729962
        },
        {
            "start": 818729965,
            "stop": 818729968
        },
        {
            "start": 818729997,
            "stop": 818730002
        },
        {
            "start": 818730009,
            "stop": 818730019
        },
        {
            "start": 818730022,
            "stop": 818730025
        },
        {
            "start": 818730048,
            "stop": 818730049
        },
        {
            "start": 818730054,
            "stop": 818730060
        },
        {
            "start": 818730063,
            "stop": 818730067
        },
        {
            "start": 818730070,
            "stop": 818730071
        },
        {
            "start": 818730074,
            "stop": 818730078
        },
        {
            "start": 818730081,
            "stop": 818730084
        }
    ]
}