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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5105",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5106,
    "results": [
        {
            "start": 874686676,
            "stop": 874686797
        },
        {
            "start": 874686816,
            "stop": 874686833
        },
        {
            "start": 874686852,
            "stop": 874686863
        },
        {
            "start": 874686882,
            "stop": 874686942
        },
        {
            "start": 874686961,
            "stop": 874686986
        },
        {
            "start": 874687005,
            "stop": 874687008
        },
        {
            "start": 874687051,
            "stop": 874687076
        },
        {
            "start": 874690004,
            "stop": 874692208
        },
        {
            "start": 874692227,
            "stop": 874692570
        },
        {
            "start": 874692589,
            "stop": 874692668
        },
        {
            "start": 874692687,
            "stop": 874693295
        },
        {
            "start": 874693314,
            "stop": 874693379
        },
        {
            "start": 874693398,
            "stop": 874693414
        },
        {
            "start": 874693450,
            "stop": 874693612
        },
        {
            "start": 874693631,
            "stop": 874693665
        },
        {
            "start": 874693685,
            "stop": 874693796
        },
        {
            "start": 874693818,
            "stop": 874693848
        },
        {
            "start": 874693867,
            "stop": 874693874
        },
        {
            "start": 874693893,
            "stop": 874693924
        },
        {
            "start": 874693972,
            "stop": 874694016
        }
    ]
}