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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=237",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 238,
    "results": [
        {
            "start": 818220128,
            "stop": 818220134
        },
        {
            "start": 818220139,
            "stop": 818220140
        },
        {
            "start": 818220144,
            "stop": 818220150
        },
        {
            "start": 818220155,
            "stop": 818220161
        },
        {
            "start": 818220180,
            "stop": 818220183
        },
        {
            "start": 818220191,
            "stop": 818220193
        },
        {
            "start": 818220201,
            "stop": 818220205
        },
        {
            "start": 818220209,
            "stop": 818220210
        },
        {
            "start": 818220213,
            "stop": 818220217
        },
        {
            "start": 818220224,
            "stop": 818220229
        },
        {
            "start": 818220239,
            "stop": 818220246
        },
        {
            "start": 818220250,
            "stop": 818220251
        },
        {
            "start": 818220254,
            "stop": 818220255
        },
        {
            "start": 818220258,
            "stop": 818220262
        },
        {
            "start": 818220266,
            "stop": 818220273
        },
        {
            "start": 818220276,
            "stop": 818220277
        },
        {
            "start": 818220281,
            "stop": 818220284
        },
        {
            "start": 818220290,
            "stop": 818220292
        },
        {
            "start": 818220307,
            "stop": 818220309
        },
        {
            "start": 818220312,
            "stop": 818220315
        }
    ]
}