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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8306",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8307,
    "results": [
        {
            "start": 874155014,
            "stop": 874155028
        },
        {
            "start": 874155047,
            "stop": 874155071
        },
        {
            "start": 874155090,
            "stop": 874155099
        },
        {
            "start": 874155116,
            "stop": 874155184
        },
        {
            "start": 874155203,
            "stop": 874155238
        },
        {
            "start": 874155256,
            "stop": 874155451
        },
        {
            "start": 874155470,
            "stop": 874155656
        },
        {
            "start": 874155685,
            "stop": 874155886
        },
        {
            "start": 874155905,
            "stop": 874155953
        },
        {
            "start": 874156078,
            "stop": 874156094
        },
        {
            "start": 874156214,
            "stop": 874156281
        },
        {
            "start": 874156300,
            "stop": 874156338
        },
        {
            "start": 874156357,
            "stop": 874156381
        },
        {
            "start": 874156400,
            "stop": 874156441
        },
        {
            "start": 874156458,
            "stop": 874156462
        },
        {
            "start": 874156481,
            "stop": 874156547
        },
        {
            "start": 874156564,
            "stop": 874156583
        },
        {
            "start": 874158713,
            "stop": 874158739
        },
        {
            "start": 874158782,
            "stop": 874158783
        },
        {
            "start": 874158809,
            "stop": 874158857
        }
    ]
}