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=9794
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=9795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9793",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9794,
    "results": [
        {
            "start": 873321614,
            "stop": 873321891
        },
        {
            "start": 873321908,
            "stop": 873322013
        },
        {
            "start": 873322014,
            "stop": 873322073
        },
        {
            "start": 873322090,
            "stop": 873322093
        },
        {
            "start": 873322112,
            "stop": 873322169
        },
        {
            "start": 873322186,
            "stop": 873322543
        },
        {
            "start": 873322560,
            "stop": 873322609
        },
        {
            "start": 873322626,
            "stop": 873322723
        },
        {
            "start": 873322740,
            "stop": 873323025
        },
        {
            "start": 873323042,
            "stop": 873323224
        },
        {
            "start": 873323241,
            "stop": 873323377
        },
        {
            "start": 873323394,
            "stop": 873323715
        },
        {
            "start": 873323732,
            "stop": 873325235
        },
        {
            "start": 873325252,
            "stop": 873326115
        },
        {
            "start": 873326132,
            "stop": 873326355
        },
        {
            "start": 873326372,
            "stop": 873326392
        },
        {
            "start": 873326409,
            "stop": 873326627
        },
        {
            "start": 873326644,
            "stop": 873326731
        },
        {
            "start": 873326748,
            "stop": 873326970
        },
        {
            "start": 873327090,
            "stop": 873327335
        }
    ]
}