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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3788",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3789,
    "results": [
        {
            "start": 874465573,
            "stop": 874466013
        },
        {
            "start": 874466030,
            "stop": 874466323
        },
        {
            "start": 874466340,
            "stop": 874466480
        },
        {
            "start": 874466497,
            "stop": 874466505
        },
        {
            "start": 874466522,
            "stop": 874466934
        },
        {
            "start": 874466951,
            "stop": 874467189
        },
        {
            "start": 874467221,
            "stop": 874467260
        },
        {
            "start": 874467277,
            "stop": 874467282
        },
        {
            "start": 874467299,
            "stop": 874467401
        },
        {
            "start": 874467418,
            "stop": 874467720
        },
        {
            "start": 874467760,
            "stop": 874467798
        },
        {
            "start": 874467829,
            "stop": 874468187
        },
        {
            "start": 874468204,
            "stop": 874468342
        },
        {
            "start": 874468359,
            "stop": 874468432
        },
        {
            "start": 874468450,
            "stop": 874468522
        },
        {
            "start": 874468620,
            "stop": 874468726
        },
        {
            "start": 874468743,
            "stop": 874469185
        },
        {
            "start": 874469220,
            "stop": 874469226
        },
        {
            "start": 874469252,
            "stop": 874469256
        },
        {
            "start": 874469273,
            "stop": 874469289
        }
    ]
}