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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=95",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 96,
    "results": [
        {
            "start": 831987552,
            "stop": 831990214
        },
        {
            "start": 832029278,
            "stop": 832030611
        },
        {
            "start": 832030623,
            "stop": 832031059
        },
        {
            "start": 832033064,
            "stop": 832038828
        },
        {
            "start": 832039705,
            "stop": 832051363
        },
        {
            "start": 832052260,
            "stop": 832054142
        },
        {
            "start": 832055032,
            "stop": 832057459
        },
        {
            "start": 832058884,
            "stop": 832070043
        },
        {
            "start": 832071269,
            "stop": 832074890
        },
        {
            "start": 832075199,
            "stop": 832075773
        },
        {
            "start": 832114814,
            "stop": 832122752
        },
        {
            "start": 832123457,
            "stop": 832132744
        },
        {
            "start": 832132933,
            "stop": 832136859
        },
        {
            "start": 832138477,
            "stop": 832139843
        },
        {
            "start": 832140892,
            "stop": 832144177
        },
        {
            "start": 832145463,
            "stop": 832165326
        },
        {
            "start": 832166814,
            "stop": 832167742
        },
        {
            "start": 832169395,
            "stop": 832171492
        },
        {
            "start": 832171881,
            "stop": 832171954
        },
        {
            "start": 832173279,
            "stop": 832173431
        }
    ]
}