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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=719",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=717",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 718,
    "results": [
        {
            "start": 952658765,
            "stop": 952661876
        },
        {
            "start": 952661882,
            "stop": 952663505
        },
        {
            "start": 952665911,
            "stop": 952666231
        },
        {
            "start": 952666237,
            "stop": 952668240
        },
        {
            "start": 952668245,
            "stop": 952668520
        },
        {
            "start": 952668526,
            "stop": 952669961
        },
        {
            "start": 952669966,
            "stop": 952672436
        },
        {
            "start": 952672442,
            "stop": 952672462
        },
        {
            "start": 952672468,
            "stop": 952673377
        },
        {
            "start": 952674116,
            "stop": 952674150
        },
        {
            "start": 952674156,
            "stop": 952674223
        },
        {
            "start": 952674229,
            "stop": 952675605
        },
        {
            "start": 952675611,
            "stop": 952678384
        },
        {
            "start": 952678390,
            "stop": 952678748
        },
        {
            "start": 952678754,
            "stop": 952679090
        },
        {
            "start": 952679095,
            "stop": 952679455
        },
        {
            "start": 952679461,
            "stop": 952679748
        },
        {
            "start": 952679754,
            "stop": 952679864
        },
        {
            "start": 952679870,
            "stop": 952680166
        },
        {
            "start": 952680172,
            "stop": 952680285
        }
    ]
}