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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=127",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 128,
    "results": [
        {
            "start": 825911155,
            "stop": 825911160
        },
        {
            "start": 825911165,
            "stop": 825911230
        },
        {
            "start": 825911238,
            "stop": 825911457
        },
        {
            "start": 825911463,
            "stop": 825911545
        },
        {
            "start": 825911553,
            "stop": 825911595
        },
        {
            "start": 825911600,
            "stop": 825911612
        },
        {
            "start": 825911618,
            "stop": 825911645
        },
        {
            "start": 825911650,
            "stop": 825911687
        },
        {
            "start": 825911693,
            "stop": 825911707
        },
        {
            "start": 825911720,
            "stop": 825911750
        },
        {
            "start": 825911758,
            "stop": 825911825
        },
        {
            "start": 825911830,
            "stop": 825911860
        },
        {
            "start": 825911868,
            "stop": 825911902
        },
        {
            "start": 825912202,
            "stop": 825912817
        },
        {
            "start": 825912927,
            "stop": 825913193
        },
        {
            "start": 825913759,
            "stop": 825913839
        },
        {
            "start": 825913972,
            "stop": 825914360
        },
        {
            "start": 825914368,
            "stop": 825914897
        },
        {
            "start": 825941872,
            "stop": 825941873
        },
        {
            "start": 825942477,
            "stop": 825942479
        }
    ]
}