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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=53",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 54,
    "results": [
        {
            "start": 816180386,
            "stop": 816180424
        },
        {
            "start": 816180428,
            "stop": 816180469
        },
        {
            "start": 816180473,
            "stop": 816180565
        },
        {
            "start": 816180569,
            "stop": 816180597
        },
        {
            "start": 816180600,
            "stop": 816180686
        },
        {
            "start": 816180689,
            "stop": 816180714
        },
        {
            "start": 816180717,
            "stop": 816180745
        },
        {
            "start": 816180749,
            "stop": 816180750
        },
        {
            "start": 816180754,
            "stop": 816180756
        },
        {
            "start": 816180759,
            "stop": 816180785
        },
        {
            "start": 816180789,
            "stop": 816180804
        },
        {
            "start": 816180807,
            "stop": 816180839
        },
        {
            "start": 816180842,
            "stop": 816180881
        },
        {
            "start": 816180884,
            "stop": 816180886
        },
        {
            "start": 816180889,
            "stop": 816180944
        },
        {
            "start": 816180947,
            "stop": 816181099
        },
        {
            "start": 816181102,
            "stop": 816181208
        },
        {
            "start": 816181211,
            "stop": 816181215
        },
        {
            "start": 816181218,
            "stop": 816181334
        },
        {
            "start": 816181337,
            "stop": 816181560
        }
    ]
}