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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=202",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 203,
    "results": [
        {
            "start": 821662034,
            "stop": 821662058
        },
        {
            "start": 821662061,
            "stop": 821662080
        },
        {
            "start": 821662083,
            "stop": 821662101
        },
        {
            "start": 821662104,
            "stop": 821662156
        },
        {
            "start": 821662159,
            "stop": 821662207
        },
        {
            "start": 821662210,
            "stop": 821662216
        },
        {
            "start": 821662219,
            "stop": 821662222
        },
        {
            "start": 821662225,
            "stop": 821662234
        },
        {
            "start": 821662237,
            "stop": 821662278
        },
        {
            "start": 821662281,
            "stop": 821662293
        },
        {
            "start": 821662296,
            "stop": 821662319
        },
        {
            "start": 821662322,
            "stop": 821662323
        },
        {
            "start": 821662327,
            "stop": 821662328
        },
        {
            "start": 821662331,
            "stop": 821662335
        },
        {
            "start": 821662338,
            "stop": 821662344
        },
        {
            "start": 821662349,
            "stop": 821662354
        },
        {
            "start": 821662357,
            "stop": 821662374
        },
        {
            "start": 821662377,
            "stop": 821662381
        },
        {
            "start": 821662384,
            "stop": 821662421
        },
        {
            "start": 821662424,
            "stop": 821662431
        }
    ]
}