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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1134",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1132",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1133,
    "results": [
        {
            "start": 1136457954,
            "stop": 1136457970
        },
        {
            "start": 1136457973,
            "stop": 1136458002
        },
        {
            "start": 1136458005,
            "stop": 1136458150
        },
        {
            "start": 1136458153,
            "stop": 1136458161
        },
        {
            "start": 1136458164,
            "stop": 1136458181
        },
        {
            "start": 1136458184,
            "stop": 1136458200
        },
        {
            "start": 1136458203,
            "stop": 1136458233
        },
        {
            "start": 1136458236,
            "stop": 1136458267
        },
        {
            "start": 1136458270,
            "stop": 1136458327
        },
        {
            "start": 1136458330,
            "stop": 1136458344
        },
        {
            "start": 1136458347,
            "stop": 1136458393
        },
        {
            "start": 1136458396,
            "stop": 1136458438
        },
        {
            "start": 1136458442,
            "stop": 1136458514
        },
        {
            "start": 1136458517,
            "stop": 1136458544
        },
        {
            "start": 1136458547,
            "stop": 1136458579
        },
        {
            "start": 1136458582,
            "stop": 1136458619
        },
        {
            "start": 1136458622,
            "stop": 1136458652
        },
        {
            "start": 1136458655,
            "stop": 1136458657
        },
        {
            "start": 1136458660,
            "stop": 1136458667
        },
        {
            "start": 1136458673,
            "stop": 1136458683
        }
    ]
}