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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=396",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 397,
    "results": [
        {
            "start": 829638457,
            "stop": 829638459
        },
        {
            "start": 829638469,
            "stop": 829638474
        },
        {
            "start": 829638477,
            "stop": 829638484
        },
        {
            "start": 829638486,
            "stop": 829638494
        },
        {
            "start": 829638496,
            "stop": 829638498
        },
        {
            "start": 829638502,
            "stop": 829638511
        },
        {
            "start": 829638513,
            "stop": 829638522
        },
        {
            "start": 829638524,
            "stop": 829638525
        },
        {
            "start": 829638527,
            "stop": 829638536
        },
        {
            "start": 829638537,
            "stop": 829638547
        },
        {
            "start": 829638555,
            "stop": 829638565
        },
        {
            "start": 829638568,
            "stop": 829638577
        },
        {
            "start": 829638580,
            "stop": 829638583
        },
        {
            "start": 829638585,
            "stop": 829638591
        },
        {
            "start": 829638595,
            "stop": 829638622
        },
        {
            "start": 829638624,
            "stop": 829638625
        },
        {
            "start": 829638627,
            "stop": 829638642
        },
        {
            "start": 829638648,
            "stop": 829638664
        },
        {
            "start": 829638667,
            "stop": 829638673
        },
        {
            "start": 829638677,
            "stop": 829638678
        }
    ]
}