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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=257",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 258,
    "results": [
        {
            "start": 934393915,
            "stop": 934394415
        },
        {
            "start": 934394655,
            "stop": 934394797
        },
        {
            "start": 934394799,
            "stop": 934395141
        },
        {
            "start": 934395144,
            "stop": 934396012
        },
        {
            "start": 934396014,
            "stop": 934397498
        },
        {
            "start": 934397558,
            "stop": 934397888
        },
        {
            "start": 934397891,
            "stop": 934398015
        },
        {
            "start": 934398255,
            "stop": 934400978
        },
        {
            "start": 934401038,
            "stop": 934401615
        },
        {
            "start": 934401855,
            "stop": 934402538
        },
        {
            "start": 934402598,
            "stop": 934405215
        },
        {
            "start": 934405455,
            "stop": 934405885
        },
        {
            "start": 934405887,
            "stop": 934406110
        },
        {
            "start": 934406112,
            "stop": 934407618
        },
        {
            "start": 934407623,
            "stop": 934408815
        },
        {
            "start": 934409055,
            "stop": 934409195
        },
        {
            "start": 934413129,
            "stop": 934414925
        },
        {
            "start": 934414930,
            "stop": 934415125
        },
        {
            "start": 934415127,
            "stop": 934416015
        },
        {
            "start": 934416255,
            "stop": 934416489
        }
    ]
}