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=8607
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=8608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8606",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8607,
    "results": [
        {
            "start": 870820083,
            "stop": 870820610
        },
        {
            "start": 870820690,
            "stop": 870820730
        },
        {
            "start": 870820870,
            "stop": 870821057
        },
        {
            "start": 870821069,
            "stop": 870822232
        },
        {
            "start": 870822239,
            "stop": 870822770
        },
        {
            "start": 870822850,
            "stop": 870823380
        },
        {
            "start": 870823500,
            "stop": 870823981
        },
        {
            "start": 870823998,
            "stop": 870824023
        },
        {
            "start": 870824040,
            "stop": 870824420
        },
        {
            "start": 870824437,
            "stop": 870824712
        },
        {
            "start": 870825058,
            "stop": 870825436
        },
        {
            "start": 870825453,
            "stop": 870827160
        },
        {
            "start": 870827220,
            "stop": 870827391
        },
        {
            "start": 870827408,
            "stop": 870831225
        },
        {
            "start": 870831242,
            "stop": 870834300
        },
        {
            "start": 870834317,
            "stop": 870839274
        },
        {
            "start": 870839291,
            "stop": 870839563
        },
        {
            "start": 870839580,
            "stop": 870839643
        },
        {
            "start": 870839660,
            "stop": 870841428
        },
        {
            "start": 870841445,
            "stop": 870845845
        }
    ]
}