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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9837",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9838,
    "results": [
        {
            "start": 873989615,
            "stop": 873990571
        },
        {
            "start": 873990588,
            "stop": 873991106
        },
        {
            "start": 873991123,
            "stop": 873991854
        },
        {
            "start": 873991871,
            "stop": 873992340
        },
        {
            "start": 873992400,
            "stop": 873992444
        },
        {
            "start": 873992461,
            "stop": 873992626
        },
        {
            "start": 873992772,
            "stop": 873993240
        },
        {
            "start": 873993280,
            "stop": 873993426
        },
        {
            "start": 873993443,
            "stop": 873994502
        },
        {
            "start": 873994519,
            "stop": 873994645
        },
        {
            "start": 873994765,
            "stop": 873994824
        },
        {
            "start": 873997330,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873998220
        },
        {
            "start": 873998280,
            "stop": 873999089
        },
        {
            "start": 873999209,
            "stop": 873999409
        },
        {
            "start": 873999428,
            "stop": 873999732
        },
        {
            "start": 873999749,
            "stop": 873999945
        },
        {
            "start": 873999962,
            "stop": 874000471
        },
        {
            "start": 874000591,
            "stop": 874000642
        },
        {
            "start": 874000659,
            "stop": 874001401
        }
    ]
}