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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=350",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 351,
    "results": [
        {
            "start": 818826030,
            "stop": 818826034
        },
        {
            "start": 818826082,
            "stop": 818826142
        },
        {
            "start": 818826163,
            "stop": 818826186
        },
        {
            "start": 818826206,
            "stop": 818826209
        },
        {
            "start": 818826323,
            "stop": 818826360
        },
        {
            "start": 818826396,
            "stop": 818826411
        },
        {
            "start": 818826504,
            "stop": 818826562
        },
        {
            "start": 818826613,
            "stop": 818826626
        },
        {
            "start": 818826702,
            "stop": 818826827
        },
        {
            "start": 818826847,
            "stop": 818826866
        },
        {
            "start": 818826889,
            "stop": 818826898
        },
        {
            "start": 818826955,
            "stop": 818826958
        },
        {
            "start": 818826986,
            "stop": 818827021
        },
        {
            "start": 818827055,
            "stop": 818827066
        },
        {
            "start": 818827107,
            "stop": 818827121
        },
        {
            "start": 818827157,
            "stop": 818827205
        },
        {
            "start": 818827236,
            "stop": 818827239
        },
        {
            "start": 818827281,
            "stop": 818827344
        },
        {
            "start": 818827375,
            "stop": 818827384
        },
        {
            "start": 818827413,
            "stop": 818827451
        }
    ]
}