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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=60",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 61,
    "results": [
        {
            "start": 823339195,
            "stop": 823355072
        },
        {
            "start": 823355078,
            "stop": 823355548
        },
        {
            "start": 823356287,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823423485
        },
        {
            "start": 823426108,
            "stop": 823449969
        },
        {
            "start": 823450225,
            "stop": 823450810
        },
        {
            "start": 823517554,
            "stop": 823531522
        },
        {
            "start": 823601121,
            "stop": 823613885
        },
        {
            "start": 823613990,
            "stop": 823615187
        },
        {
            "start": 823616642,
            "stop": 823617733
        },
        {
            "start": 823698641,
            "stop": 823711817
        },
        {
            "start": 823768727,
            "stop": 823803003
        },
        {
            "start": 823866547,
            "stop": 823876280
        },
        {
            "start": 823878141,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824046125
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824137066
        },
        {
            "start": 824204584,
            "stop": 824215368
        },
        {
            "start": 824216174,
            "stop": 824217446
        }
    ]
}