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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=115",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 116,
    "results": [
        {
            "start": 819850670,
            "stop": 819850741
        },
        {
            "start": 819850744,
            "stop": 819850753
        },
        {
            "start": 819850869,
            "stop": 819851194
        },
        {
            "start": 819851197,
            "stop": 819851201
        },
        {
            "start": 819851204,
            "stop": 819851644
        },
        {
            "start": 819851647,
            "stop": 819853837
        },
        {
            "start": 819853840,
            "stop": 819855180
        },
        {
            "start": 819855240,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819858079
        },
        {
            "start": 819858082,
            "stop": 819858295
        },
        {
            "start": 819858299,
            "stop": 819858803
        },
        {
            "start": 819858806,
            "stop": 819859947
        },
        {
            "start": 819859951,
            "stop": 819859980
        },
        {
            "start": 819859983,
            "stop": 819860881
        },
        {
            "start": 819860884,
            "stop": 819861863
        },
        {
            "start": 819861866,
            "stop": 819862685
        },
        {
            "start": 819862688,
            "stop": 819864836
        },
        {
            "start": 819864839,
            "stop": 819866376
        },
        {
            "start": 819866379,
            "stop": 819868555
        },
        {
            "start": 819868558,
            "stop": 819875181
        }
    ]
}