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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=171",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 172,
    "results": [
        {
            "start": 818082190,
            "stop": 818082196
        },
        {
            "start": 818082221,
            "stop": 818082222
        },
        {
            "start": 818082258,
            "stop": 818082260
        },
        {
            "start": 818082275,
            "stop": 818082280
        },
        {
            "start": 818082283,
            "stop": 818082284
        },
        {
            "start": 818082290,
            "stop": 818082293
        },
        {
            "start": 818082296,
            "stop": 818082300
        },
        {
            "start": 818082321,
            "stop": 818082324
        },
        {
            "start": 818082340,
            "stop": 818082346
        },
        {
            "start": 818082349,
            "stop": 818082350
        },
        {
            "start": 818082375,
            "stop": 818082379
        },
        {
            "start": 818082423,
            "stop": 818082424
        },
        {
            "start": 818082439,
            "stop": 818082441
        },
        {
            "start": 818082483,
            "stop": 818082485
        },
        {
            "start": 818082509,
            "stop": 818082510
        },
        {
            "start": 818160753,
            "stop": 818160765
        },
        {
            "start": 818160768,
            "stop": 818160770
        },
        {
            "start": 818160773,
            "stop": 818160828
        },
        {
            "start": 818160831,
            "stop": 818160833
        },
        {
            "start": 818160836,
            "stop": 818160837
        }
    ]
}