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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=230",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 231,
    "results": [
        {
            "start": 934121055,
            "stop": 934121099
        },
        {
            "start": 934121102,
            "stop": 934121744
        },
        {
            "start": 934121746,
            "stop": 934122032
        },
        {
            "start": 934122037,
            "stop": 934122051
        },
        {
            "start": 934122054,
            "stop": 934122066
        },
        {
            "start": 934122070,
            "stop": 934122163
        },
        {
            "start": 934122166,
            "stop": 934122195
        },
        {
            "start": 934122198,
            "stop": 934122422
        },
        {
            "start": 934122425,
            "stop": 934122647
        },
        {
            "start": 934122664,
            "stop": 934122691
        },
        {
            "start": 934122693,
            "stop": 934122743
        },
        {
            "start": 934122761,
            "stop": 934122775
        },
        {
            "start": 934122810,
            "stop": 934122815
        },
        {
            "start": 934122818,
            "stop": 934122836
        },
        {
            "start": 934122854,
            "stop": 934122900
        },
        {
            "start": 934122917,
            "stop": 934122958
        },
        {
            "start": 934126605,
            "stop": 934126613
        },
        {
            "start": 934126618,
            "stop": 934127114
        },
        {
            "start": 934127119,
            "stop": 934128015
        },
        {
            "start": 934128255,
            "stop": 934128944
        }
    ]
}