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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=51",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 52,
    "results": [
        {
            "start": 823768727,
            "stop": 823803004
        },
        {
            "start": 823866547,
            "stop": 823876281
        },
        {
            "start": 823878141,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824046126
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824137066
        },
        {
            "start": 824204584,
            "stop": 824215368
        },
        {
            "start": 824216174,
            "stop": 824217448
        },
        {
            "start": 824221812,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824314384
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824397924
        },
        {
            "start": 824408990,
            "stop": 824409061
        },
        {
            "start": 824409905,
            "stop": 824411918
        },
        {
            "start": 824412840,
            "stop": 824413863
        },
        {
            "start": 824413967,
            "stop": 824417437
        }
    ]
}