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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7599",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7597",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7598,
    "results": [
        {
            "start": 970561005,
            "stop": 970561013
        },
        {
            "start": 970561024,
            "stop": 970561026
        },
        {
            "start": 970561032,
            "stop": 970561035
        },
        {
            "start": 970561041,
            "stop": 970561068
        },
        {
            "start": 970561076,
            "stop": 970561091
        },
        {
            "start": 970561101,
            "stop": 970561763
        },
        {
            "start": 970561769,
            "stop": 970561770
        },
        {
            "start": 970561776,
            "stop": 970561788
        },
        {
            "start": 970561794,
            "stop": 970561805
        },
        {
            "start": 970561815,
            "stop": 970561820
        },
        {
            "start": 970561826,
            "stop": 970561838
        },
        {
            "start": 970561844,
            "stop": 970561854
        },
        {
            "start": 970561860,
            "stop": 970561874
        },
        {
            "start": 970561880,
            "stop": 970561904
        },
        {
            "start": 970561910,
            "stop": 970561914
        },
        {
            "start": 970561923,
            "stop": 970561933
        },
        {
            "start": 970561939,
            "stop": 970563206
        },
        {
            "start": 970563209,
            "stop": 970563381
        },
        {
            "start": 970563384,
            "stop": 970563469
        },
        {
            "start": 970563472,
            "stop": 970563551
        }
    ]
}