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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=188",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 189,
    "results": [
        {
            "start": 821662338,
            "stop": 821662344
        },
        {
            "start": 821662349,
            "stop": 821662354
        },
        {
            "start": 821662357,
            "stop": 821662374
        },
        {
            "start": 821662377,
            "stop": 821662381
        },
        {
            "start": 821662384,
            "stop": 821662421
        },
        {
            "start": 821662424,
            "stop": 821662431
        },
        {
            "start": 821662434,
            "stop": 821662451
        },
        {
            "start": 821662458,
            "stop": 821662474
        },
        {
            "start": 821662477,
            "stop": 821662491
        },
        {
            "start": 821662497,
            "stop": 821662503
        },
        {
            "start": 821662506,
            "stop": 821662514
        },
        {
            "start": 821662517,
            "stop": 821662524
        },
        {
            "start": 821662527,
            "stop": 821662539
        },
        {
            "start": 821662542,
            "stop": 821662544
        },
        {
            "start": 821662547,
            "stop": 821662571
        },
        {
            "start": 821662574,
            "stop": 821662580
        },
        {
            "start": 821662586,
            "stop": 821662588
        },
        {
            "start": 821662593,
            "stop": 821662614
        },
        {
            "start": 821662617,
            "stop": 821662622
        },
        {
            "start": 821662625,
            "stop": 821662644
        }
    ]
}