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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9830",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9831,
    "results": [
        {
            "start": 873864947,
            "stop": 873866734
        },
        {
            "start": 873866877,
            "stop": 873869300
        },
        {
            "start": 873869317,
            "stop": 873869445
        },
        {
            "start": 873869565,
            "stop": 873870528
        },
        {
            "start": 873870545,
            "stop": 873873588
        },
        {
            "start": 873873708,
            "stop": 873874572
        },
        {
            "start": 873874589,
            "stop": 873880216
        },
        {
            "start": 873880233,
            "stop": 873880260
        },
        {
            "start": 873880320,
            "stop": 873882316
        },
        {
            "start": 873882333,
            "stop": 873885242
        },
        {
            "start": 873885259,
            "stop": 873887911
        },
        {
            "start": 873887914,
            "stop": 873888000
        },
        {
            "start": 873888060,
            "stop": 873888126
        },
        {
            "start": 873888143,
            "stop": 873888756
        },
        {
            "start": 873888773,
            "stop": 873890979
        },
        {
            "start": 873890996,
            "stop": 873891621
        },
        {
            "start": 873891638,
            "stop": 873892903
        },
        {
            "start": 873892920,
            "stop": 873893365
        },
        {
            "start": 873893382,
            "stop": 873895978
        },
        {
            "start": 873895995,
            "stop": 873897044
        }
    ]
}