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=8049
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=8050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8048",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8049,
    "results": [
        {
            "start": 872240627,
            "stop": 872240743
        },
        {
            "start": 872240760,
            "stop": 872241971
        },
        {
            "start": 872241990,
            "stop": 872242018
        },
        {
            "start": 872242048,
            "stop": 872242771
        },
        {
            "start": 872242788,
            "stop": 872242885
        },
        {
            "start": 872242902,
            "stop": 872242922
        },
        {
            "start": 872242939,
            "stop": 872243149
        },
        {
            "start": 872243168,
            "stop": 872243369
        },
        {
            "start": 872243386,
            "stop": 872243946
        },
        {
            "start": 872243965,
            "stop": 872244098
        },
        {
            "start": 872244117,
            "stop": 872244324
        },
        {
            "start": 872244343,
            "stop": 872244428
        },
        {
            "start": 872244447,
            "stop": 872244760
        },
        {
            "start": 872244777,
            "stop": 872244828
        },
        {
            "start": 872244847,
            "stop": 872244874
        },
        {
            "start": 872244893,
            "stop": 872244990
        },
        {
            "start": 872245007,
            "stop": 872245087
        },
        {
            "start": 872245104,
            "stop": 872245469
        },
        {
            "start": 872245486,
            "stop": 872247241
        },
        {
            "start": 872247258,
            "stop": 872247887
        }
    ]
}