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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=93",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 94,
    "results": [
        {
            "start": 816926298,
            "stop": 816926592
        },
        {
            "start": 816926595,
            "stop": 816927844
        },
        {
            "start": 816927847,
            "stop": 816928490
        },
        {
            "start": 816928493,
            "stop": 816928502
        },
        {
            "start": 816928506,
            "stop": 816931327
        },
        {
            "start": 816931330,
            "stop": 816931979
        },
        {
            "start": 816931982,
            "stop": 816932302
        },
        {
            "start": 816932305,
            "stop": 816932839
        },
        {
            "start": 816932842,
            "stop": 816933128
        },
        {
            "start": 816933131,
            "stop": 816934218
        },
        {
            "start": 816934221,
            "stop": 816935308
        },
        {
            "start": 816935311,
            "stop": 816937024
        },
        {
            "start": 816937027,
            "stop": 816937666
        },
        {
            "start": 816937669,
            "stop": 816938670
        },
        {
            "start": 816938673,
            "stop": 816938967
        },
        {
            "start": 816938970,
            "stop": 816939440
        },
        {
            "start": 816939444,
            "stop": 816939773
        },
        {
            "start": 816939776,
            "stop": 816940174
        },
        {
            "start": 816940177,
            "stop": 816940566
        },
        {
            "start": 816940569,
            "stop": 816940935
        }
    ]
}