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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=203",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 204,
    "results": [
        {
            "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
        },
        {
            "start": 821662647,
            "stop": 821662656
        },
        {
            "start": 821662659,
            "stop": 821662662
        },
        {
            "start": 821662665,
            "stop": 821662696
        },
        {
            "start": 821662699,
            "stop": 821662700
        },
        {
            "start": 821662703,
            "stop": 821662711
        },
        {
            "start": 821662717,
            "stop": 821662718
        }
    ]
}