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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=318",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 319,
    "results": [
        {
            "start": 821297876,
            "stop": 821299740
        },
        {
            "start": 821299800,
            "stop": 821300073
        },
        {
            "start": 821300193,
            "stop": 821303461
        },
        {
            "start": 821303581,
            "stop": 821304824
        },
        {
            "start": 821304960,
            "stop": 821305740
        },
        {
            "start": 821305800,
            "stop": 821307610
        },
        {
            "start": 821308381,
            "stop": 821308630
        },
        {
            "start": 821308633,
            "stop": 821309100
        },
        {
            "start": 821309160,
            "stop": 821310681
        },
        {
            "start": 821310801,
            "stop": 821315214
        },
        {
            "start": 821315231,
            "stop": 821316720
        },
        {
            "start": 821316780,
            "stop": 821321163
        },
        {
            "start": 821321283,
            "stop": 821325816
        },
        {
            "start": 821325819,
            "stop": 821326273
        },
        {
            "start": 821326418,
            "stop": 821328963
        },
        {
            "start": 821329083,
            "stop": 821330232
        },
        {
            "start": 821330236,
            "stop": 821334220
        },
        {
            "start": 821334223,
            "stop": 821335392
        },
        {
            "start": 821335424,
            "stop": 821337807
        },
        {
            "start": 821337927,
            "stop": 821340180
        }
    ]
}