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=5044
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=5045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5043",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5044,
    "results": [
        {
            "start": 874585576,
            "stop": 874585589
        },
        {
            "start": 874585608,
            "stop": 874585709
        },
        {
            "start": 874585732,
            "stop": 874586065
        },
        {
            "start": 874586084,
            "stop": 874586134
        },
        {
            "start": 874586153,
            "stop": 874586198
        },
        {
            "start": 874586251,
            "stop": 874586262
        },
        {
            "start": 874586298,
            "stop": 874586431
        },
        {
            "start": 874586451,
            "stop": 874586455
        },
        {
            "start": 874586474,
            "stop": 874586528
        },
        {
            "start": 874586567,
            "stop": 874586633
        },
        {
            "start": 874586652,
            "stop": 874586706
        },
        {
            "start": 874586725,
            "stop": 874586837
        },
        {
            "start": 874586856,
            "stop": 874586919
        },
        {
            "start": 874586938,
            "stop": 874587014
        },
        {
            "start": 874587033,
            "stop": 874587041
        },
        {
            "start": 874587079,
            "stop": 874587133
        },
        {
            "start": 874587154,
            "stop": 874587298
        },
        {
            "start": 874587317,
            "stop": 874587401
        },
        {
            "start": 874587420,
            "stop": 874587536
        },
        {
            "start": 874587556,
            "stop": 874587627
        }
    ]
}