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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=330",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 331,
    "results": [
        {
            "start": 822541018,
            "stop": 822541080
        },
        {
            "start": 822541320,
            "stop": 822541440
        },
        {
            "start": 822541740,
            "stop": 822541800
        },
        {
            "start": 822541860,
            "stop": 822541873
        },
        {
            "start": 822542029,
            "stop": 822542035
        },
        {
            "start": 822542489,
            "stop": 822542580
        },
        {
            "start": 822542700,
            "stop": 822542760
        },
        {
            "start": 822542888,
            "stop": 822542914
        },
        {
            "start": 822543052,
            "stop": 822543110
        },
        {
            "start": 822543117,
            "stop": 822543120
        },
        {
            "start": 822543240,
            "stop": 822543420
        },
        {
            "start": 822543540,
            "stop": 822543600
        },
        {
            "start": 822543960,
            "stop": 822544080
        },
        {
            "start": 822544140,
            "stop": 822544244
        },
        {
            "start": 822544251,
            "stop": 822544513
        },
        {
            "start": 822545278,
            "stop": 822545280
        },
        {
            "start": 822545382,
            "stop": 822545700
        },
        {
            "start": 822546120,
            "stop": 822546180
        },
        {
            "start": 822546480,
            "stop": 822546493
        },
        {
            "start": 822548265,
            "stop": 822548340
        }
    ]
}