Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=81",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 82,
    "results": [
        {
            "start": 817581720,
            "stop": 817581780
        },
        {
            "start": 817582020,
            "stop": 817582080
        },
        {
            "start": 817582200,
            "stop": 817582214
        },
        {
            "start": 817582233,
            "stop": 817582320
        },
        {
            "start": 817582620,
            "stop": 817582740
        },
        {
            "start": 817582980,
            "stop": 817583040
        },
        {
            "start": 817583160,
            "stop": 817583400
        },
        {
            "start": 817583520,
            "stop": 817583580
        },
        {
            "start": 817583700,
            "stop": 817583760
        },
        {
            "start": 817583821,
            "stop": 817583880
        },
        {
            "start": 817584000,
            "stop": 817584060
        },
        {
            "start": 817584360,
            "stop": 817584420
        },
        {
            "start": 817584944,
            "stop": 817584960
        },
        {
            "start": 817585260,
            "stop": 817585320
        },
        {
            "start": 817585440,
            "stop": 817585500
        },
        {
            "start": 817585625,
            "stop": 817585645
        },
        {
            "start": 817585765,
            "stop": 817585800
        },
        {
            "start": 817585920,
            "stop": 817586040
        },
        {
            "start": 817586340,
            "stop": 817586433
        },
        {
            "start": 817586553,
            "stop": 817586575
        }
    ]
}