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=463
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=464",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=462",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 463,
    "results": [
        {
            "start": 825965787,
            "stop": 825965882
        },
        {
            "start": 825966228,
            "stop": 825966436
        },
        {
            "start": 825966439,
            "stop": 825966460
        },
        {
            "start": 825966464,
            "stop": 825966494
        },
        {
            "start": 825966497,
            "stop": 825966580
        },
        {
            "start": 825966601,
            "stop": 825966656
        },
        {
            "start": 825966660,
            "stop": 825966673
        },
        {
            "start": 825967025,
            "stop": 825967277
        },
        {
            "start": 825967294,
            "stop": 825967382
        },
        {
            "start": 825967385,
            "stop": 825967620
        },
        {
            "start": 825967680,
            "stop": 825968878
        },
        {
            "start": 825968882,
            "stop": 825969051
        },
        {
            "start": 825969068,
            "stop": 825969259
        },
        {
            "start": 825969262,
            "stop": 825969508
        },
        {
            "start": 825969511,
            "stop": 825969650
        },
        {
            "start": 825969654,
            "stop": 825970087
        },
        {
            "start": 825970090,
            "stop": 825970560
        },
        {
            "start": 825970653,
            "stop": 825970771
        },
        {
            "start": 825970775,
            "stop": 825970838
        },
        {
            "start": 825970841,
            "stop": 825970845
        }
    ]
}