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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=230",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 231,
    "results": [
        {
            "start": 821679176,
            "stop": 821679180
        },
        {
            "start": 821679183,
            "stop": 821679187
        },
        {
            "start": 821679209,
            "stop": 821679215
        },
        {
            "start": 821679218,
            "stop": 821679219
        },
        {
            "start": 821679223,
            "stop": 821679225
        },
        {
            "start": 821679249,
            "stop": 821679252
        },
        {
            "start": 821679255,
            "stop": 821679261
        },
        {
            "start": 821679264,
            "stop": 821679271
        },
        {
            "start": 821679274,
            "stop": 821679276
        },
        {
            "start": 821679279,
            "stop": 821679289
        },
        {
            "start": 821679296,
            "stop": 821679316
        },
        {
            "start": 821679319,
            "stop": 821679325
        },
        {
            "start": 821679328,
            "stop": 821679337
        },
        {
            "start": 821679340,
            "stop": 821679351
        },
        {
            "start": 821679354,
            "stop": 821679365
        },
        {
            "start": 821679368,
            "stop": 821679373
        },
        {
            "start": 821679376,
            "stop": 821679383
        },
        {
            "start": 821679390,
            "stop": 821679391
        },
        {
            "start": 821679401,
            "stop": 821679407
        },
        {
            "start": 821679413,
            "stop": 821679419
        }
    ]
}