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=8777
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=8778",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8776",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8777,
    "results": [
        {
            "start": 873320059,
            "stop": 873320280
        },
        {
            "start": 873320340,
            "stop": 873321163
        },
        {
            "start": 873321180,
            "stop": 873321597
        },
        {
            "start": 873321614,
            "stop": 873322013
        },
        {
            "start": 873322014,
            "stop": 873322093
        },
        {
            "start": 873322129,
            "stop": 873322609
        },
        {
            "start": 873322626,
            "stop": 873323377
        },
        {
            "start": 873323394,
            "stop": 873325235
        },
        {
            "start": 873325252,
            "stop": 873326731
        },
        {
            "start": 873326748,
            "stop": 873326970
        },
        {
            "start": 873327090,
            "stop": 873327335
        },
        {
            "start": 873327455,
            "stop": 873329096
        },
        {
            "start": 873329216,
            "stop": 873329760
        },
        {
            "start": 873329820,
            "stop": 873331260
        },
        {
            "start": 873331320,
            "stop": 873331740
        },
        {
            "start": 873331800,
            "stop": 873331980
        },
        {
            "start": 873332040,
            "stop": 873335820
        },
        {
            "start": 873335880,
            "stop": 873339231
        },
        {
            "start": 873339248,
            "stop": 873339864
        },
        {
            "start": 873339881,
            "stop": 873340620
        }
    ]
}