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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=285",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 286,
    "results": [
        {
            "start": 857688330,
            "stop": 857688379
        },
        {
            "start": 857688679,
            "stop": 857688723
        },
        {
            "start": 857688730,
            "stop": 857692393
        },
        {
            "start": 857692457,
            "stop": 857692561
        },
        {
            "start": 857692568,
            "stop": 857695410
        },
        {
            "start": 857695578,
            "stop": 857695644
        },
        {
            "start": 857695654,
            "stop": 857695939
        },
        {
            "start": 857696239,
            "stop": 857697259
        },
        {
            "start": 857697281,
            "stop": 857699135
        },
        {
            "start": 857699142,
            "stop": 857706568
        },
        {
            "start": 857706678,
            "stop": 857707166
        },
        {
            "start": 857707210,
            "stop": 857707240
        },
        {
            "start": 857707677,
            "stop": 857712570
        },
        {
            "start": 857712577,
            "stop": 857713962
        },
        {
            "start": 857713969,
            "stop": 857714312
        },
        {
            "start": 857714319,
            "stop": 857715433
        },
        {
            "start": 857715733,
            "stop": 857716250
        },
        {
            "start": 857716257,
            "stop": 857716563
        },
        {
            "start": 857716570,
            "stop": 857718192
        },
        {
            "start": 857718293,
            "stop": 857725470
        }
    ]
}