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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4584",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4585,
    "results": [
        {
            "start": 873986231,
            "stop": 873986940
        },
        {
            "start": 873987000,
            "stop": 873987896
        },
        {
            "start": 873987915,
            "stop": 873988382
        },
        {
            "start": 873988502,
            "stop": 873989495
        },
        {
            "start": 873989615,
            "stop": 873989757
        },
        {
            "start": 873989776,
            "stop": 873990502
        },
        {
            "start": 873990538,
            "stop": 873991246
        },
        {
            "start": 873991265,
            "stop": 873992340
        },
        {
            "start": 873992400,
            "stop": 873992626
        },
        {
            "start": 873992772,
            "stop": 873994480
        },
        {
            "start": 873994499,
            "stop": 873994628
        },
        {
            "start": 873995247,
            "stop": 873995445
        },
        {
            "start": 873998207,
            "stop": 873998220
        },
        {
            "start": 873998280,
            "stop": 873999089
        },
        {
            "start": 873999209,
            "stop": 873999410
        },
        {
            "start": 873999427,
            "stop": 874000471
        },
        {
            "start": 874000591,
            "stop": 874001401
        },
        {
            "start": 874001521,
            "stop": 874001778
        },
        {
            "start": 874001797,
            "stop": 874002496
        },
        {
            "start": 874002616,
            "stop": 874002654
        }
    ]
}