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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=80",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 81,
    "results": [
        {
            "start": 1175402255,
            "stop": 1175402256
        },
        {
            "start": 1175402257,
            "stop": 1175402275
        },
        {
            "start": 1175402280,
            "stop": 1175402367
        },
        {
            "start": 1175402369,
            "stop": 1175402432
        },
        {
            "start": 1175402434,
            "stop": 1175402438
        },
        {
            "start": 1175402442,
            "stop": 1175402443
        },
        {
            "start": 1175402444,
            "stop": 1175402491
        },
        {
            "start": 1175402492,
            "stop": 1175402633
        },
        {
            "start": 1175402649,
            "stop": 1175402651
        },
        {
            "start": 1175402652,
            "stop": 1175402942
        },
        {
            "start": 1175402945,
            "stop": 1175402946
        },
        {
            "start": 1175402947,
            "stop": 1175402949
        },
        {
            "start": 1175402950,
            "stop": 1175404569
        },
        {
            "start": 1175404581,
            "stop": 1175404600
        },
        {
            "start": 1175404602,
            "stop": 1175404611
        },
        {
            "start": 1175404613,
            "stop": 1175404782
        },
        {
            "start": 1175404785,
            "stop": 1175404793
        },
        {
            "start": 1175404794,
            "stop": 1175404796
        },
        {
            "start": 1175404797,
            "stop": 1175404817
        },
        {
            "start": 1175404818,
            "stop": 1175407806
        }
    ]
}