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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2082",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2083,
    "results": [
        {
            "start": 863353275,
            "stop": 863359880
        },
        {
            "start": 863359890,
            "stop": 863359897
        },
        {
            "start": 863359920,
            "stop": 863359931
        },
        {
            "start": 863359940,
            "stop": 863362220
        },
        {
            "start": 863362225,
            "stop": 863363932
        },
        {
            "start": 863363938,
            "stop": 863366465
        },
        {
            "start": 863366470,
            "stop": 863366882
        },
        {
            "start": 863366888,
            "stop": 863367904
        },
        {
            "start": 863367995,
            "stop": 863368046
        },
        {
            "start": 863368047,
            "stop": 863371682
        },
        {
            "start": 863372329,
            "stop": 863377610
        },
        {
            "start": 863378803,
            "stop": 863384515
        },
        {
            "start": 863384520,
            "stop": 863395519
        },
        {
            "start": 863395528,
            "stop": 863395540
        },
        {
            "start": 863395548,
            "stop": 863395607
        },
        {
            "start": 863395613,
            "stop": 863398038
        },
        {
            "start": 863398212,
            "stop": 863401065
        },
        {
            "start": 863401382,
            "stop": 863401394
        },
        {
            "start": 863401504,
            "stop": 863401671
        },
        {
            "start": 863401971,
            "stop": 863402468
        }
    ]
}