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=5089
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=5090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5088",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5089,
    "results": [
        {
            "start": 874659138,
            "stop": 874659472
        },
        {
            "start": 874659491,
            "stop": 874659653
        },
        {
            "start": 874659673,
            "stop": 874659690
        },
        {
            "start": 874659710,
            "stop": 874659718
        },
        {
            "start": 874659737,
            "stop": 874659970
        },
        {
            "start": 874659989,
            "stop": 874660033
        },
        {
            "start": 874660052,
            "stop": 874660092
        },
        {
            "start": 874660111,
            "stop": 874660211
        },
        {
            "start": 874660230,
            "stop": 874660324
        },
        {
            "start": 874660359,
            "stop": 874660405
        },
        {
            "start": 874660459,
            "stop": 874660499
        },
        {
            "start": 874660522,
            "stop": 874660563
        },
        {
            "start": 874660582,
            "stop": 874660735
        },
        {
            "start": 874660754,
            "stop": 874660797
        },
        {
            "start": 874660816,
            "stop": 874660969
        },
        {
            "start": 874660993,
            "stop": 874661143
        },
        {
            "start": 874661162,
            "stop": 874661175
        },
        {
            "start": 874661194,
            "stop": 874661220
        },
        {
            "start": 874661239,
            "stop": 874661455
        },
        {
            "start": 874661475,
            "stop": 874661520
        }
    ]
}