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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=550",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 551,
    "results": [
        {
            "start": 827234504,
            "stop": 827234736
        },
        {
            "start": 827234742,
            "stop": 827234771
        },
        {
            "start": 827234774,
            "stop": 827234775
        },
        {
            "start": 827234779,
            "stop": 827234795
        },
        {
            "start": 827234798,
            "stop": 827234806
        },
        {
            "start": 827234814,
            "stop": 827234820
        },
        {
            "start": 827234824,
            "stop": 827234859
        },
        {
            "start": 827234867,
            "stop": 827234870
        },
        {
            "start": 827234877,
            "stop": 827234883
        },
        {
            "start": 827234891,
            "stop": 827234910
        },
        {
            "start": 827234913,
            "stop": 827234917
        },
        {
            "start": 827234921,
            "stop": 827234936
        },
        {
            "start": 827234945,
            "stop": 827234966
        },
        {
            "start": 827235004,
            "stop": 827235009
        },
        {
            "start": 827235013,
            "stop": 827235029
        },
        {
            "start": 827235037,
            "stop": 827235053
        },
        {
            "start": 827235056,
            "stop": 827235120
        },
        {
            "start": 827235125,
            "stop": 827235221
        },
        {
            "start": 827235234,
            "stop": 827235269
        },
        {
            "start": 827235273,
            "stop": 827235279
        }
    ]
}