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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=128",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 129,
    "results": [
        {
            "start": 816983163,
            "stop": 816983197
        },
        {
            "start": 816983341,
            "stop": 816983427
        },
        {
            "start": 816983467,
            "stop": 816983487
        },
        {
            "start": 816983520,
            "stop": 816983639
        },
        {
            "start": 816983673,
            "stop": 816983735
        },
        {
            "start": 816983755,
            "stop": 816983889
        },
        {
            "start": 816983908,
            "stop": 816983924
        },
        {
            "start": 816984008,
            "stop": 816984099
        },
        {
            "start": 816984173,
            "stop": 816984200
        },
        {
            "start": 816984228,
            "stop": 816984312
        },
        {
            "start": 816984333,
            "stop": 816984371
        },
        {
            "start": 816984393,
            "stop": 816984530
        },
        {
            "start": 816984566,
            "stop": 816984706
        },
        {
            "start": 816984727,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816984923
        },
        {
            "start": 816984943,
            "stop": 816984968
        },
        {
            "start": 816984988,
            "stop": 816985108
        },
        {
            "start": 816985134,
            "stop": 816985214
        },
        {
            "start": 816985235,
            "stop": 816985243
        },
        {
            "start": 816985246,
            "stop": 816985430
        }
    ]
}