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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=219",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 220,
    "results": [
        {
            "start": 827148065,
            "stop": 827148725
        },
        {
            "start": 827149856,
            "stop": 827150516
        },
        {
            "start": 827150943,
            "stop": 827151063
        },
        {
            "start": 827151252,
            "stop": 827151732
        },
        {
            "start": 827151902,
            "stop": 827153942
        },
        {
            "start": 827154091,
            "stop": 827154151
        },
        {
            "start": 827160455,
            "stop": 827160575
        },
        {
            "start": 827164103,
            "stop": 827164163
        },
        {
            "start": 827164577,
            "stop": 827164697
        },
        {
            "start": 827164920,
            "stop": 827164980
        },
        {
            "start": 827165156,
            "stop": 827165336
        },
        {
            "start": 827165817,
            "stop": 827165937
        },
        {
            "start": 827166248,
            "stop": 827166308
        },
        {
            "start": 827166619,
            "stop": 827166679
        },
        {
            "start": 827168376,
            "stop": 827169276
        },
        {
            "start": 827169651,
            "stop": 827169891
        },
        {
            "start": 827170569,
            "stop": 827170629
        },
        {
            "start": 827170875,
            "stop": 827170935
        },
        {
            "start": 827175223,
            "stop": 827175283
        },
        {
            "start": 827176034,
            "stop": 827176214
        }
    ]
}