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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=994",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 995,
    "results": [
        {
            "start": 870765729,
            "stop": 870769569
        },
        {
            "start": 870771141,
            "stop": 870775401
        },
        {
            "start": 870775601,
            "stop": 870782141
        },
        {
            "start": 870782374,
            "stop": 870785164
        },
        {
            "start": 870785314,
            "stop": 870786334
        },
        {
            "start": 870786588,
            "stop": 870786888
        },
        {
            "start": 870788046,
            "stop": 870793716
        },
        {
            "start": 870793866,
            "stop": 870796446
        },
        {
            "start": 870796830,
            "stop": 870798990
        },
        {
            "start": 870799200,
            "stop": 870800370
        },
        {
            "start": 870800592,
            "stop": 870800772
        },
        {
            "start": 870800922,
            "stop": 870801372
        },
        {
            "start": 870802642,
            "stop": 870803722
        },
        {
            "start": 870803888,
            "stop": 870805328
        },
        {
            "start": 870805468,
            "stop": 870806608
        },
        {
            "start": 870806740,
            "stop": 870807040
        },
        {
            "start": 870807328,
            "stop": 870807838
        },
        {
            "start": 870807988,
            "stop": 870808648
        },
        {
            "start": 870808798,
            "stop": 870809968
        },
        {
            "start": 870810321,
            "stop": 870811401
        }
    ]
}