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=3912
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=3913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3911",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3912,
    "results": [
        {
            "start": 874054630,
            "stop": 874054642
        },
        {
            "start": 874054643,
            "stop": 874061598
        },
        {
            "start": 874061601,
            "stop": 874065460
        },
        {
            "start": 874065461,
            "stop": 874065509
        },
        {
            "start": 874065510,
            "stop": 874065843
        },
        {
            "start": 874065846,
            "stop": 874067985
        },
        {
            "start": 874067986,
            "stop": 874068060
        },
        {
            "start": 874068061,
            "stop": 874073234
        },
        {
            "start": 874073237,
            "stop": 874073309
        },
        {
            "start": 874073312,
            "stop": 874074965
        },
        {
            "start": 874075127,
            "stop": 874075926
        },
        {
            "start": 874075928,
            "stop": 874076893
        },
        {
            "start": 874076895,
            "stop": 874079115
        },
        {
            "start": 874079118,
            "stop": 874081076
        },
        {
            "start": 874081077,
            "stop": 874081242
        },
        {
            "start": 874081244,
            "stop": 874081290
        },
        {
            "start": 874081291,
            "stop": 874081364
        },
        {
            "start": 874081365,
            "stop": 874081374
        },
        {
            "start": 874081375,
            "stop": 874081386
        },
        {
            "start": 874081387,
            "stop": 874081418
        }
    ]
}