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=3712
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=3713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3711",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3712,
    "results": [
        {
            "start": 872589505,
            "stop": 872589529
        },
        {
            "start": 872589533,
            "stop": 872589541
        },
        {
            "start": 872589544,
            "stop": 872589639
        },
        {
            "start": 872589642,
            "stop": 872589647
        },
        {
            "start": 872589659,
            "stop": 872589674
        },
        {
            "start": 872589677,
            "stop": 872589716
        },
        {
            "start": 872589719,
            "stop": 872589729
        },
        {
            "start": 872589732,
            "stop": 872590021
        },
        {
            "start": 872590024,
            "stop": 872590109
        },
        {
            "start": 872590117,
            "stop": 872590154
        },
        {
            "start": 872590161,
            "stop": 872590228
        },
        {
            "start": 872590231,
            "stop": 872590351
        },
        {
            "start": 872590354,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872591417
        },
        {
            "start": 872591420,
            "stop": 872591991
        },
        {
            "start": 872591994,
            "stop": 872592037
        },
        {
            "start": 872592040,
            "stop": 872592065
        },
        {
            "start": 872592070,
            "stop": 872592241
        },
        {
            "start": 872592244,
            "stop": 872592559
        },
        {
            "start": 872592562,
            "stop": 872592998
        }
    ]
}