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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9048",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9049,
    "results": [
        {
            "start": 874304765,
            "stop": 874304889
        },
        {
            "start": 874304906,
            "stop": 874304933
        },
        {
            "start": 874305135,
            "stop": 874305427
        },
        {
            "start": 874305446,
            "stop": 874305962
        },
        {
            "start": 874305981,
            "stop": 874306203
        },
        {
            "start": 874306223,
            "stop": 874306253
        },
        {
            "start": 874306274,
            "stop": 874306412
        },
        {
            "start": 874306429,
            "stop": 874306477
        },
        {
            "start": 874306496,
            "stop": 874306613
        },
        {
            "start": 874306637,
            "stop": 874306673
        },
        {
            "start": 874306693,
            "stop": 874306728
        },
        {
            "start": 874306761,
            "stop": 874306860
        },
        {
            "start": 874306877,
            "stop": 874306887
        },
        {
            "start": 874306907,
            "stop": 874307063
        },
        {
            "start": 874307082,
            "stop": 874307088
        },
        {
            "start": 874307111,
            "stop": 874307187
        },
        {
            "start": 874307206,
            "stop": 874307289
        },
        {
            "start": 874307308,
            "stop": 874307449
        },
        {
            "start": 874307468,
            "stop": 874307517
        },
        {
            "start": 874307536,
            "stop": 874307546
        }
    ]
}