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=7611
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=7612",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7610",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7611,
    "results": [
        {
            "start": 970731985,
            "stop": 970732298
        },
        {
            "start": 970732301,
            "stop": 970732331
        },
        {
            "start": 970732334,
            "stop": 970733113
        },
        {
            "start": 970733116,
            "stop": 970733161
        },
        {
            "start": 970733164,
            "stop": 970733720
        },
        {
            "start": 970733723,
            "stop": 970733968
        },
        {
            "start": 970733973,
            "stop": 970734181
        },
        {
            "start": 970734184,
            "stop": 970734211
        },
        {
            "start": 970734214,
            "stop": 970734541
        },
        {
            "start": 970734544,
            "stop": 970735307
        },
        {
            "start": 970735310,
            "stop": 970735675
        },
        {
            "start": 970735678,
            "stop": 970737504
        },
        {
            "start": 970737507,
            "stop": 970737747
        },
        {
            "start": 970737750,
            "stop": 970737843
        },
        {
            "start": 970737846,
            "stop": 970737848
        },
        {
            "start": 970737851,
            "stop": 970737965
        },
        {
            "start": 970737968,
            "stop": 970737991
        },
        {
            "start": 970737994,
            "stop": 970738780
        },
        {
            "start": 970738783,
            "stop": 970738821
        },
        {
            "start": 970738824,
            "stop": 970738915
        }
    ]
}