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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=192",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 193,
    "results": [
        {
            "start": 1176961058,
            "stop": 1176961066
        },
        {
            "start": 1176961068,
            "stop": 1176961071
        },
        {
            "start": 1176961073,
            "stop": 1176961079
        },
        {
            "start": 1176961082,
            "stop": 1176961143
        },
        {
            "start": 1176961146,
            "stop": 1176961150
        },
        {
            "start": 1176961151,
            "stop": 1176961155
        },
        {
            "start": 1176961156,
            "stop": 1176961159
        },
        {
            "start": 1176961162,
            "stop": 1176961163
        },
        {
            "start": 1176961164,
            "stop": 1176961168
        },
        {
            "start": 1176961170,
            "stop": 1176961177
        },
        {
            "start": 1176961178,
            "stop": 1176961180
        },
        {
            "start": 1176961185,
            "stop": 1176961208
        },
        {
            "start": 1176961209,
            "stop": 1176961210
        },
        {
            "start": 1176961211,
            "stop": 1176961214
        },
        {
            "start": 1176961215,
            "stop": 1176961255
        },
        {
            "start": 1176961261,
            "stop": 1176961271
        },
        {
            "start": 1176961276,
            "stop": 1176961278
        },
        {
            "start": 1176961279,
            "stop": 1176961395
        },
        {
            "start": 1176961399,
            "stop": 1176961402
        },
        {
            "start": 1176961404,
            "stop": 1176961407
        }
    ]
}