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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2379",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2380,
    "results": [
        {
            "start": 872726280,
            "stop": 872731127
        },
        {
            "start": 872741520,
            "stop": 872741580
        },
        {
            "start": 872741760,
            "stop": 872741940
        },
        {
            "start": 872742000,
            "stop": 872742240
        },
        {
            "start": 872742300,
            "stop": 872743444
        },
        {
            "start": 872743461,
            "stop": 872744476
        },
        {
            "start": 872744493,
            "stop": 872745060
        },
        {
            "start": 872745120,
            "stop": 872745720
        },
        {
            "start": 872745780,
            "stop": 872745840
        },
        {
            "start": 872745900,
            "stop": 872746025
        },
        {
            "start": 872746042,
            "stop": 872746603
        },
        {
            "start": 872746620,
            "stop": 872750552
        },
        {
            "start": 872750569,
            "stop": 872751103
        },
        {
            "start": 872751120,
            "stop": 872756358
        },
        {
            "start": 872756375,
            "stop": 872762520
        },
        {
            "start": 872762580,
            "stop": 872766646
        },
        {
            "start": 872766656,
            "stop": 872767140
        },
        {
            "start": 872767500,
            "stop": 872767560
        },
        {
            "start": 872767620,
            "stop": 872771090
        },
        {
            "start": 872771170,
            "stop": 872773070
        }
    ]
}