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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=287",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 288,
    "results": [
        {
            "start": 822186495,
            "stop": 822186687
        },
        {
            "start": 822186704,
            "stop": 822187004
        },
        {
            "start": 822187021,
            "stop": 822187065
        },
        {
            "start": 822187082,
            "stop": 822187276
        },
        {
            "start": 822187293,
            "stop": 822187361
        },
        {
            "start": 822187378,
            "stop": 822187588
        },
        {
            "start": 822187605,
            "stop": 822187711
        },
        {
            "start": 822187728,
            "stop": 822187819
        },
        {
            "start": 822187836,
            "stop": 822187863
        },
        {
            "start": 822187880,
            "stop": 822189871
        },
        {
            "start": 822189888,
            "stop": 822189906
        },
        {
            "start": 822189923,
            "stop": 822190557
        },
        {
            "start": 822190574,
            "stop": 822190605
        },
        {
            "start": 822190622,
            "stop": 822190809
        },
        {
            "start": 822190826,
            "stop": 822190965
        },
        {
            "start": 822190982,
            "stop": 822191002
        },
        {
            "start": 822191019,
            "stop": 822191159
        },
        {
            "start": 822191176,
            "stop": 822191448
        },
        {
            "start": 822191465,
            "stop": 822191839
        },
        {
            "start": 822191856,
            "stop": 822192275
        }
    ]
}