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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=450",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 451,
    "results": [
        {
            "start": 818755519,
            "stop": 818755524
        },
        {
            "start": 818755528,
            "stop": 818755546
        },
        {
            "start": 818755549,
            "stop": 818755555
        },
        {
            "start": 818755558,
            "stop": 818755570
        },
        {
            "start": 818755584,
            "stop": 818755589
        },
        {
            "start": 818755593,
            "stop": 818755597
        },
        {
            "start": 818755601,
            "stop": 818755615
        },
        {
            "start": 818755618,
            "stop": 818755629
        },
        {
            "start": 818755640,
            "stop": 818755651
        },
        {
            "start": 818755654,
            "stop": 818755655
        },
        {
            "start": 818755661,
            "stop": 818755662
        },
        {
            "start": 818755670,
            "stop": 818755672
        },
        {
            "start": 818755735,
            "stop": 818755761
        },
        {
            "start": 818755764,
            "stop": 818755770
        },
        {
            "start": 818755773,
            "stop": 818755775
        },
        {
            "start": 818755790,
            "stop": 818755791
        },
        {
            "start": 818755814,
            "stop": 818755815
        },
        {
            "start": 818755829,
            "stop": 818755831
        },
        {
            "start": 818755836,
            "stop": 818755840
        },
        {
            "start": 818755844,
            "stop": 818755860
        }
    ]
}