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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3717",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3718,
    "results": [
        {
            "start": 873320379,
            "stop": 873321038
        },
        {
            "start": 873321055,
            "stop": 873321163
        },
        {
            "start": 873321180,
            "stop": 873321228
        },
        {
            "start": 873321245,
            "stop": 873321246
        },
        {
            "start": 873321263,
            "stop": 873321319
        },
        {
            "start": 873321336,
            "stop": 873321597
        },
        {
            "start": 873321614,
            "stop": 873321891
        },
        {
            "start": 873321908,
            "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
        }
    ]
}