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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=252",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 253,
    "results": [
        {
            "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
        },
        {
            "start": 1136458686,
            "stop": 1136458705
        },
        {
            "start": 1136458708,
            "stop": 1136458725
        },
        {
            "start": 1136458728,
            "stop": 1136458739
        },
        {
            "start": 1136458743,
            "stop": 1136458772
        }
    ]
}