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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=537",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 538,
    "results": [
        {
            "start": 828839790,
            "stop": 828839792
        },
        {
            "start": 828840154,
            "stop": 828888936
        },
        {
            "start": 828888938,
            "stop": 828889453
        },
        {
            "start": 828889549,
            "stop": 828889838
        },
        {
            "start": 828889839,
            "stop": 828889944
        },
        {
            "start": 828889945,
            "stop": 828891260
        },
        {
            "start": 828891580,
            "stop": 828893543
        },
        {
            "start": 828898954,
            "stop": 828901273
        },
        {
            "start": 828901297,
            "stop": 828901298
        },
        {
            "start": 828901418,
            "stop": 828906101
        },
        {
            "start": 828906102,
            "stop": 828910513
        },
        {
            "start": 828912172,
            "stop": 828915918
        },
        {
            "start": 828915991,
            "stop": 828918824
        },
        {
            "start": 828919005,
            "stop": 828921756
        },
        {
            "start": 828922520,
            "stop": 828923612
        },
        {
            "start": 828924323,
            "stop": 828924926
        },
        {
            "start": 828928804,
            "stop": 828968173
        },
        {
            "start": 828971385,
            "stop": 828978560
        },
        {
            "start": 828982557,
            "stop": 828982884
        },
        {
            "start": 828983536,
            "stop": 828983871
        }
    ]
}