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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10192",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10193,
    "results": [
        {
            "start": 873886271,
            "stop": 873886298
        },
        {
            "start": 873886455,
            "stop": 873886544
        },
        {
            "start": 873886584,
            "stop": 873886882
        },
        {
            "start": 873886934,
            "stop": 873887082
        },
        {
            "start": 873887118,
            "stop": 873887210
        },
        {
            "start": 873887281,
            "stop": 873887310
        },
        {
            "start": 873890104,
            "stop": 873890133
        },
        {
            "start": 873890229,
            "stop": 873890234
        },
        {
            "start": 873890280,
            "stop": 873890443
        },
        {
            "start": 873890484,
            "stop": 873890645
        },
        {
            "start": 873890683,
            "stop": 873890812
        },
        {
            "start": 873890829,
            "stop": 873891141
        },
        {
            "start": 873891213,
            "stop": 873891246
        },
        {
            "start": 873891282,
            "stop": 873891322
        },
        {
            "start": 873891365,
            "stop": 873891410
        },
        {
            "start": 873891450,
            "stop": 873891564
        },
        {
            "start": 873891650,
            "stop": 873892151
        },
        {
            "start": 873892158,
            "stop": 873894838
        },
        {
            "start": 873895200,
            "stop": 873895320
        },
        {
            "start": 873895440,
            "stop": 873895560
        }
    ]
}