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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8205",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8206,
    "results": [
        {
            "start": 873484433,
            "stop": 873484923
        },
        {
            "start": 873484942,
            "stop": 873484967
        },
        {
            "start": 873484986,
            "stop": 873485181
        },
        {
            "start": 873485201,
            "stop": 873485370
        },
        {
            "start": 873486330,
            "stop": 873486344
        },
        {
            "start": 873486364,
            "stop": 873486367
        },
        {
            "start": 873486508,
            "stop": 873486589
        },
        {
            "start": 873486840,
            "stop": 873486842
        },
        {
            "start": 873487892,
            "stop": 873487926
        },
        {
            "start": 873487943,
            "stop": 873487988
        },
        {
            "start": 873488008,
            "stop": 873488043
        },
        {
            "start": 873488062,
            "stop": 873488173
        },
        {
            "start": 873488211,
            "stop": 873488220
        },
        {
            "start": 873488243,
            "stop": 873488261
        },
        {
            "start": 873488284,
            "stop": 873488299
        },
        {
            "start": 873488324,
            "stop": 873488328
        },
        {
            "start": 873488374,
            "stop": 873488442
        },
        {
            "start": 873488462,
            "stop": 873488481
        },
        {
            "start": 873488500,
            "stop": 873488509
        },
        {
            "start": 873488541,
            "stop": 873488569
        }
    ]
}