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=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=416",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 417,
    "results": [
        {
            "start": 818728550,
            "stop": 818728857
        },
        {
            "start": 818728861,
            "stop": 818728979
        },
        {
            "start": 818728981,
            "stop": 818729046
        },
        {
            "start": 818729049,
            "stop": 818729249
        },
        {
            "start": 818729252,
            "stop": 818729390
        },
        {
            "start": 818729392,
            "stop": 818729418
        },
        {
            "start": 818729426,
            "stop": 818729427
        },
        {
            "start": 818729430,
            "stop": 818729466
        },
        {
            "start": 818729477,
            "stop": 818729508
        },
        {
            "start": 818729511,
            "stop": 818729597
        },
        {
            "start": 818729606,
            "stop": 818729623
        },
        {
            "start": 818729626,
            "stop": 818729662
        },
        {
            "start": 818729665,
            "stop": 818729670
        },
        {
            "start": 818729673,
            "stop": 818729674
        },
        {
            "start": 818729679,
            "stop": 818729687
        },
        {
            "start": 818729690,
            "stop": 818729707
        },
        {
            "start": 818729710,
            "stop": 818729729
        },
        {
            "start": 818729732,
            "stop": 818729734
        },
        {
            "start": 818729739,
            "stop": 818729766
        },
        {
            "start": 818729773,
            "stop": 818729779
        }
    ]
}