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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=310",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 311,
    "results": [
        {
            "start": 822539281,
            "stop": 822539287
        },
        {
            "start": 822539460,
            "stop": 822539674
        },
        {
            "start": 822539677,
            "stop": 822539953
        },
        {
            "start": 822540137,
            "stop": 822540389
        },
        {
            "start": 822540392,
            "stop": 822540477
        },
        {
            "start": 822540542,
            "stop": 822540660
        },
        {
            "start": 822540780,
            "stop": 822540786
        },
        {
            "start": 822541018,
            "stop": 822541260
        },
        {
            "start": 822541320,
            "stop": 822541500
        },
        {
            "start": 822541620,
            "stop": 822541696
        },
        {
            "start": 822541699,
            "stop": 822541873
        },
        {
            "start": 822542489,
            "stop": 822542550
        },
        {
            "start": 822542610,
            "stop": 822542641
        },
        {
            "start": 822542644,
            "stop": 822542881
        },
        {
            "start": 822542886,
            "stop": 822542907
        },
        {
            "start": 822543052,
            "stop": 822543112
        },
        {
            "start": 822543115,
            "stop": 822543131
        },
        {
            "start": 822543135,
            "stop": 822543464
        },
        {
            "start": 822543467,
            "stop": 822543600
        },
        {
            "start": 822543660,
            "stop": 822543718
        }
    ]
}