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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=301",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 302,
    "results": [
        {
            "start": 828833702,
            "stop": 828833703
        },
        {
            "start": 828833707,
            "stop": 828833722
        },
        {
            "start": 828833724,
            "stop": 828833729
        },
        {
            "start": 828833731,
            "stop": 828833758
        },
        {
            "start": 828833760,
            "stop": 828833886
        },
        {
            "start": 828833888,
            "stop": 828833890
        },
        {
            "start": 828833892,
            "stop": 828833893
        },
        {
            "start": 828833895,
            "stop": 828833900
        },
        {
            "start": 828833902,
            "stop": 828833979
        },
        {
            "start": 828833981,
            "stop": 828834062
        },
        {
            "start": 828834064,
            "stop": 828834214
        },
        {
            "start": 828834216,
            "stop": 828834254
        },
        {
            "start": 828834256,
            "stop": 828834267
        },
        {
            "start": 828834269,
            "stop": 828834347
        },
        {
            "start": 828834349,
            "stop": 828834370
        },
        {
            "start": 828834372,
            "stop": 828834614
        },
        {
            "start": 828834615,
            "stop": 828834685
        },
        {
            "start": 828834687,
            "stop": 828834705
        },
        {
            "start": 828834707,
            "stop": 828834725
        },
        {
            "start": 828834727,
            "stop": 828834834
        }
    ]
}