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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=236",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 237,
    "results": [
        {
            "start": 934120331,
            "stop": 934120815
        },
        {
            "start": 934121160,
            "stop": 934121370
        },
        {
            "start": 934121490,
            "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": 934126605,
            "stop": 934126613
        },
        {
            "start": 934126618,
            "stop": 934127069
        },
        {
            "start": 934127129,
            "stop": 934128015
        },
        {
            "start": 934128255,
            "stop": 934128449
        },
        {
            "start": 934128509,
            "stop": 934128944
        }
    ]
}