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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=277",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 278,
    "results": [
        {
            "start": 828230554,
            "stop": 828230555
        },
        {
            "start": 828230557,
            "stop": 828230560
        },
        {
            "start": 828230568,
            "stop": 828230569
        },
        {
            "start": 828230571,
            "stop": 828230576
        },
        {
            "start": 828230578,
            "stop": 828230581
        },
        {
            "start": 828230585,
            "stop": 828230586
        },
        {
            "start": 828230588,
            "stop": 828230590
        },
        {
            "start": 828230592,
            "stop": 828230609
        },
        {
            "start": 828230613,
            "stop": 828230625
        },
        {
            "start": 828230628,
            "stop": 828230637
        },
        {
            "start": 828230639,
            "stop": 828230640
        },
        {
            "start": 828230642,
            "stop": 828230643
        },
        {
            "start": 828230645,
            "stop": 828230648
        },
        {
            "start": 828230655,
            "stop": 828230656
        },
        {
            "start": 828230658,
            "stop": 828230677
        },
        {
            "start": 828230679,
            "stop": 828230689
        },
        {
            "start": 828230693,
            "stop": 828230724
        },
        {
            "start": 828230726,
            "stop": 828230750
        },
        {
            "start": 828230754,
            "stop": 828230760
        },
        {
            "start": 828230762,
            "stop": 828230770
        }
    ]
}