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=588
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=589",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=587",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 588,
    "results": [
        {
            "start": 827842822,
            "stop": 827842904
        },
        {
            "start": 827842924,
            "stop": 827843407
        },
        {
            "start": 827843457,
            "stop": 827844065
        },
        {
            "start": 827844084,
            "stop": 827847001
        },
        {
            "start": 827847018,
            "stop": 827847210
        },
        {
            "start": 827847270,
            "stop": 827847273
        },
        {
            "start": 827847276,
            "stop": 827847284
        },
        {
            "start": 827847288,
            "stop": 827847293
        },
        {
            "start": 827847296,
            "stop": 827847298
        },
        {
            "start": 827847306,
            "stop": 827847326
        },
        {
            "start": 827847330,
            "stop": 827847341
        },
        {
            "start": 827847345,
            "stop": 827847361
        },
        {
            "start": 827847365,
            "stop": 827847542
        },
        {
            "start": 827847559,
            "stop": 827847940
        },
        {
            "start": 827847946,
            "stop": 827849127
        },
        {
            "start": 827854488,
            "stop": 827854489
        },
        {
            "start": 827854556,
            "stop": 827854564
        },
        {
            "start": 827854732,
            "stop": 827854749
        },
        {
            "start": 827854787,
            "stop": 827854791
        },
        {
            "start": 827854863,
            "stop": 827854871
        }
    ]
}