Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=410
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=409",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 410,
    "results": [
        {
            "start": 938686353,
            "stop": 938687290
        },
        {
            "start": 938698765,
            "stop": 938699295
        },
        {
            "start": 938703016,
            "stop": 938703483
        },
        {
            "start": 938752801,
            "stop": 938772062
        },
        {
            "start": 938774560,
            "stop": 938783400
        },
        {
            "start": 938783402,
            "stop": 938784080
        },
        {
            "start": 938786041,
            "stop": 938789617
        },
        {
            "start": 938793393,
            "stop": 938793832
        },
        {
            "start": 938793835,
            "stop": 938802106
        },
        {
            "start": 938802109,
            "stop": 938802975
        },
        {
            "start": 938804704,
            "stop": 938805569
        },
        {
            "start": 938807495,
            "stop": 938810289
        },
        {
            "start": 938814174,
            "stop": 938814441
        },
        {
            "start": 938820420,
            "stop": 938823759
        },
        {
            "start": 938829945,
            "stop": 938830617
        },
        {
            "start": 938832203,
            "stop": 938833899
        },
        {
            "start": 938833902,
            "stop": 938834219
        },
        {
            "start": 938836796,
            "stop": 938837772
        },
        {
            "start": 938838951,
            "stop": 938839934
        },
        {
            "start": 938853837,
            "stop": 938854734
        }
    ]
}