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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8031",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8032,
    "results": [
        {
            "start": 872162344,
            "stop": 872162349
        },
        {
            "start": 872162410,
            "stop": 872162427
        },
        {
            "start": 872162449,
            "stop": 872162457
        },
        {
            "start": 872162485,
            "stop": 872162492
        },
        {
            "start": 872162529,
            "stop": 872162541
        },
        {
            "start": 872162560,
            "stop": 872162628
        },
        {
            "start": 872162662,
            "stop": 872162707
        },
        {
            "start": 872162726,
            "stop": 872162730
        },
        {
            "start": 872162776,
            "stop": 872162786
        },
        {
            "start": 872162812,
            "stop": 872162815
        },
        {
            "start": 872162866,
            "stop": 872162884
        },
        {
            "start": 872162903,
            "stop": 872162940
        },
        {
            "start": 872162988,
            "stop": 872162998
        },
        {
            "start": 872163017,
            "stop": 872163039
        },
        {
            "start": 872163058,
            "stop": 872163102
        },
        {
            "start": 872163129,
            "stop": 872163133
        },
        {
            "start": 872163235,
            "stop": 872163528
        },
        {
            "start": 872163548,
            "stop": 872163555
        },
        {
            "start": 872163575,
            "stop": 872164102
        },
        {
            "start": 872164121,
            "stop": 872164144
        }
    ]
}