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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8762",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8763,
    "results": [
        {
            "start": 873217305,
            "stop": 873217542
        },
        {
            "start": 873217548,
            "stop": 873217720
        },
        {
            "start": 873217737,
            "stop": 873218129
        },
        {
            "start": 873218146,
            "stop": 873218176
        },
        {
            "start": 873218193,
            "stop": 873218954
        },
        {
            "start": 873219120,
            "stop": 873219410
        },
        {
            "start": 873219490,
            "stop": 873219930
        },
        {
            "start": 873219966,
            "stop": 873220675
        },
        {
            "start": 873220692,
            "stop": 873220880
        },
        {
            "start": 873220905,
            "stop": 873220906
        },
        {
            "start": 873220923,
            "stop": 873221045
        },
        {
            "start": 873221062,
            "stop": 873221220
        },
        {
            "start": 873221280,
            "stop": 873221700
        },
        {
            "start": 873221760,
            "stop": 873222180
        },
        {
            "start": 873222240,
            "stop": 873222315
        },
        {
            "start": 873224265,
            "stop": 873224349
        },
        {
            "start": 873224366,
            "stop": 873224570
        },
        {
            "start": 873224650,
            "stop": 873224741
        },
        {
            "start": 873224758,
            "stop": 873225226
        },
        {
            "start": 873225360,
            "stop": 873225587
        }
    ]
}