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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=246",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 247,
    "results": [
        {
            "start": 933955195,
            "stop": 933955312
        },
        {
            "start": 933955315,
            "stop": 933955330
        },
        {
            "start": 933955334,
            "stop": 933955350
        },
        {
            "start": 933955356,
            "stop": 933955361
        },
        {
            "start": 933955363,
            "stop": 933955364
        },
        {
            "start": 933955366,
            "stop": 933955379
        },
        {
            "start": 933955383,
            "stop": 933955387
        },
        {
            "start": 933955390,
            "stop": 933955406
        },
        {
            "start": 933955410,
            "stop": 933955413
        },
        {
            "start": 933955415,
            "stop": 933955429
        },
        {
            "start": 933955434,
            "stop": 933955540
        },
        {
            "start": 933955542,
            "stop": 933955609
        },
        {
            "start": 933955628,
            "stop": 933956663
        },
        {
            "start": 933956666,
            "stop": 933956955
        },
        {
            "start": 933957195,
            "stop": 933957239
        },
        {
            "start": 933957244,
            "stop": 933957286
        },
        {
            "start": 933957304,
            "stop": 933957326
        },
        {
            "start": 933957329,
            "stop": 933957410
        },
        {
            "start": 933957412,
            "stop": 933957458
        },
        {
            "start": 933957460,
            "stop": 933957478
        }
    ]
}