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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=160",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 161,
    "results": [
        {
            "start": 1176796042,
            "stop": 1176796043
        },
        {
            "start": 1176796044,
            "stop": 1176796046
        },
        {
            "start": 1176796047,
            "stop": 1176796222
        },
        {
            "start": 1176796227,
            "stop": 1176796250
        },
        {
            "start": 1176796257,
            "stop": 1176796258
        },
        {
            "start": 1176796260,
            "stop": 1176796293
        },
        {
            "start": 1176796295,
            "stop": 1176796297
        },
        {
            "start": 1176796302,
            "stop": 1176796303
        },
        {
            "start": 1176796304,
            "stop": 1176796369
        },
        {
            "start": 1176796375,
            "stop": 1176796459
        },
        {
            "start": 1176796460,
            "stop": 1176796491
        },
        {
            "start": 1176796494,
            "stop": 1176796603
        },
        {
            "start": 1176796605,
            "stop": 1176796875
        },
        {
            "start": 1176796876,
            "stop": 1176796877
        },
        {
            "start": 1176796879,
            "stop": 1176796883
        },
        {
            "start": 1176796884,
            "stop": 1176796970
        },
        {
            "start": 1176796971,
            "stop": 1176797015
        },
        {
            "start": 1176797016,
            "stop": 1176797269
        },
        {
            "start": 1176797270,
            "stop": 1176797400
        },
        {
            "start": 1176797401,
            "stop": 1176797456
        }
    ]
}