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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3868",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3869,
    "results": [
        {
            "start": 873778312,
            "stop": 873779417
        },
        {
            "start": 873779420,
            "stop": 873782001
        },
        {
            "start": 873782004,
            "stop": 873783085
        },
        {
            "start": 873783089,
            "stop": 873783111
        },
        {
            "start": 873783117,
            "stop": 873783134
        },
        {
            "start": 873783137,
            "stop": 873783519
        },
        {
            "start": 873783527,
            "stop": 873783529
        },
        {
            "start": 873783532,
            "stop": 873783934
        },
        {
            "start": 873783937,
            "stop": 873785143
        },
        {
            "start": 873785146,
            "stop": 873785150
        },
        {
            "start": 873785153,
            "stop": 873785165
        },
        {
            "start": 873785169,
            "stop": 873785356
        },
        {
            "start": 873785359,
            "stop": 873785365
        },
        {
            "start": 873785368,
            "stop": 873785371
        },
        {
            "start": 873785374,
            "stop": 873785375
        },
        {
            "start": 873785378,
            "stop": 873785384
        },
        {
            "start": 873785390,
            "stop": 873785417
        },
        {
            "start": 873785420,
            "stop": 873785422
        },
        {
            "start": 873785425,
            "stop": 873785440
        },
        {
            "start": 873785443,
            "stop": 873785449
        }
    ]
}