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=471
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=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=470",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 471,
    "results": [
        {
            "start": 827865610,
            "stop": 827865840
        },
        {
            "start": 827865900,
            "stop": 827866020
        },
        {
            "start": 827866200,
            "stop": 827866380
        },
        {
            "start": 827866440,
            "stop": 827866680
        },
        {
            "start": 827866800,
            "stop": 827867030
        },
        {
            "start": 827867110,
            "stop": 827867390
        },
        {
            "start": 827867470,
            "stop": 827868470
        },
        {
            "start": 827868550,
            "stop": 827868894
        },
        {
            "start": 827869172,
            "stop": 827869195
        },
        {
            "start": 827869330,
            "stop": 827871050
        },
        {
            "start": 827871190,
            "stop": 827872670
        },
        {
            "start": 827872750,
            "stop": 827874464
        },
        {
            "start": 827874645,
            "stop": 827876353
        },
        {
            "start": 827876731,
            "stop": 827876830
        },
        {
            "start": 827876837,
            "stop": 827876838
        },
        {
            "start": 827876856,
            "stop": 827876864
        },
        {
            "start": 827876871,
            "stop": 827880294
        },
        {
            "start": 827880302,
            "stop": 827880710
        },
        {
            "start": 827880790,
            "stop": 827882114
        },
        {
            "start": 827882411,
            "stop": 827882750
        }
    ]
}