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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=362",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 363,
    "results": [
        {
            "start": 939619370,
            "stop": 939619666
        },
        {
            "start": 939619669,
            "stop": 939620100
        },
        {
            "start": 939620103,
            "stop": 939620132
        },
        {
            "start": 939620135,
            "stop": 939620294
        },
        {
            "start": 939620298,
            "stop": 939620405
        },
        {
            "start": 939620408,
            "stop": 939620475
        },
        {
            "start": 939620480,
            "stop": 939620505
        },
        {
            "start": 939620509,
            "stop": 939620513
        },
        {
            "start": 939620516,
            "stop": 939620533
        },
        {
            "start": 939620536,
            "stop": 939620543
        },
        {
            "start": 939620546,
            "stop": 939620548
        },
        {
            "start": 939620551,
            "stop": 939620800
        },
        {
            "start": 939620803,
            "stop": 939620839
        },
        {
            "start": 939620842,
            "stop": 939620847
        },
        {
            "start": 939620850,
            "stop": 939621271
        },
        {
            "start": 939621274,
            "stop": 939621280
        },
        {
            "start": 939621283,
            "stop": 939621383
        },
        {
            "start": 939621386,
            "stop": 939621419
        },
        {
            "start": 939621422,
            "stop": 939621444
        },
        {
            "start": 939621447,
            "stop": 939621522
        }
    ]
}