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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2228",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2229,
    "results": [
        {
            "start": 873015420,
            "stop": 873015568
        },
        {
            "start": 873015587,
            "stop": 873015606
        },
        {
            "start": 873015625,
            "stop": 873015923
        },
        {
            "start": 873015969,
            "stop": 873016170
        },
        {
            "start": 873016189,
            "stop": 873016249
        },
        {
            "start": 873016268,
            "stop": 873016316
        },
        {
            "start": 873016335,
            "stop": 873016365
        },
        {
            "start": 873016384,
            "stop": 873016436
        },
        {
            "start": 873016476,
            "stop": 873016540
        },
        {
            "start": 873016559,
            "stop": 873016574
        },
        {
            "start": 873016611,
            "stop": 873016746
        },
        {
            "start": 873016765,
            "stop": 873016766
        },
        {
            "start": 873016785,
            "stop": 873016872
        },
        {
            "start": 873016896,
            "stop": 873016901
        },
        {
            "start": 873016921,
            "stop": 873016976
        },
        {
            "start": 873017021,
            "stop": 873017124
        },
        {
            "start": 873017148,
            "stop": 873017173
        },
        {
            "start": 873017192,
            "stop": 873017207
        },
        {
            "start": 873017226,
            "stop": 873017232
        },
        {
            "start": 873017266,
            "stop": 873017339
        }
    ]
}