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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7683",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7681",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7682,
    "results": [
        {
            "start": 971450136,
            "stop": 971450140
        },
        {
            "start": 971450148,
            "stop": 971450149
        },
        {
            "start": 971450155,
            "stop": 971450196
        },
        {
            "start": 971450199,
            "stop": 971450307
        },
        {
            "start": 971450310,
            "stop": 971450326
        },
        {
            "start": 971450331,
            "stop": 971450339
        },
        {
            "start": 971450342,
            "stop": 971450355
        },
        {
            "start": 971450536,
            "stop": 971450542
        },
        {
            "start": 971450545,
            "stop": 971450595
        },
        {
            "start": 971450598,
            "stop": 971450634
        },
        {
            "start": 971450640,
            "stop": 971450673
        },
        {
            "start": 971450678,
            "stop": 971450679
        },
        {
            "start": 971450682,
            "stop": 971450693
        },
        {
            "start": 971450696,
            "stop": 971450768
        },
        {
            "start": 971450771,
            "stop": 971450776
        },
        {
            "start": 971460805,
            "stop": 971460982
        },
        {
            "start": 971460985,
            "stop": 971460992
        },
        {
            "start": 971460995,
            "stop": 971461045
        },
        {
            "start": 971461085,
            "stop": 971461096
        },
        {
            "start": 971461156,
            "stop": 971461187
        }
    ]
}