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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=120",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 121,
    "results": [
        {
            "start": 832058884,
            "stop": 832069993
        },
        {
            "start": 832071269,
            "stop": 832074853
        },
        {
            "start": 832075213,
            "stop": 832075773
        },
        {
            "start": 832114814,
            "stop": 832122722
        },
        {
            "start": 832123457,
            "stop": 832132693
        },
        {
            "start": 832132742,
            "stop": 832132744
        },
        {
            "start": 832132933,
            "stop": 832136829
        },
        {
            "start": 832138477,
            "stop": 832139833
        },
        {
            "start": 832139842,
            "stop": 832139843
        },
        {
            "start": 832140892,
            "stop": 832144153
        },
        {
            "start": 832144176,
            "stop": 832144177
        },
        {
            "start": 832145463,
            "stop": 832165273
        },
        {
            "start": 832166814,
            "stop": 832167713
        },
        {
            "start": 832169395,
            "stop": 832171453
        },
        {
            "start": 832171491,
            "stop": 832171492
        },
        {
            "start": 832171881,
            "stop": 832171933
        },
        {
            "start": 832171952,
            "stop": 832171954
        },
        {
            "start": 832173279,
            "stop": 832173431
        },
        {
            "start": 832174010,
            "stop": 832174153
        },
        {
            "start": 832181143,
            "stop": 832184242
        }
    ]
}