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_H1L1/segments?format=api&page=1062
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_H1L1/segments?format=api&page=1063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1061",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1062,
    "results": [
        {
            "start": 873264667,
            "stop": 873268147
        },
        {
            "start": 873268296,
            "stop": 873269796
        },
        {
            "start": 873269955,
            "stop": 873271935
        },
        {
            "start": 873272138,
            "stop": 873274058
        },
        {
            "start": 873275350,
            "stop": 873276790
        },
        {
            "start": 873277241,
            "stop": 873277481
        },
        {
            "start": 873277744,
            "stop": 873279244
        },
        {
            "start": 873279508,
            "stop": 873279568
        },
        {
            "start": 873279967,
            "stop": 873280387
        },
        {
            "start": 873280537,
            "stop": 873281137
        },
        {
            "start": 873281283,
            "stop": 873281943
        },
        {
            "start": 873282099,
            "stop": 873282579
        },
        {
            "start": 873282756,
            "stop": 873283296
        },
        {
            "start": 873283458,
            "stop": 873283698
        },
        {
            "start": 873283857,
            "stop": 873283977
        },
        {
            "start": 873284126,
            "stop": 873284246
        },
        {
            "start": 873284391,
            "stop": 873284451
        },
        {
            "start": 873284782,
            "stop": 873284902
        },
        {
            "start": 873285054,
            "stop": 873287334
        },
        {
            "start": 873287477,
            "stop": 873287537
        }
    ]
}