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=8926
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=8927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8925",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8926,
    "results": [
        {
            "start": 873484986,
            "stop": 873485181
        },
        {
            "start": 873485201,
            "stop": 873485370
        },
        {
            "start": 873486330,
            "stop": 873486344
        },
        {
            "start": 873486364,
            "stop": 873486367
        },
        {
            "start": 873486388,
            "stop": 873486410
        },
        {
            "start": 873486431,
            "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
        },
        {
            "start": 873488611,
            "stop": 873488984
        }
    ]
}