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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=245",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 246,
    "results": [
        {
            "start": 818222082,
            "stop": 818222087
        },
        {
            "start": 818222093,
            "stop": 818222094
        },
        {
            "start": 818222100,
            "stop": 818222103
        },
        {
            "start": 818222107,
            "stop": 818222112
        },
        {
            "start": 818222122,
            "stop": 818222126
        },
        {
            "start": 818222159,
            "stop": 818222163
        },
        {
            "start": 818222179,
            "stop": 818222181
        },
        {
            "start": 818222198,
            "stop": 818222199
        },
        {
            "start": 818222202,
            "stop": 818222203
        },
        {
            "start": 818222214,
            "stop": 818222217
        },
        {
            "start": 818222220,
            "stop": 818222221
        },
        {
            "start": 818222225,
            "stop": 818222226
        },
        {
            "start": 818222260,
            "stop": 818222262
        },
        {
            "start": 818222269,
            "stop": 818222270
        },
        {
            "start": 818222278,
            "stop": 818222280
        },
        {
            "start": 818222290,
            "stop": 818222291
        },
        {
            "start": 818222297,
            "stop": 818222301
        },
        {
            "start": 818222306,
            "stop": 818222314
        },
        {
            "start": 818222317,
            "stop": 818222327
        },
        {
            "start": 818222330,
            "stop": 818222332
        }
    ]
}