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=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=371",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 372,
    "results": [
        {
            "start": 818268131,
            "stop": 818268132
        },
        {
            "start": 818268139,
            "stop": 818268142
        },
        {
            "start": 818268150,
            "stop": 818268155
        },
        {
            "start": 818268176,
            "stop": 818268178
        },
        {
            "start": 818268197,
            "stop": 818268201
        },
        {
            "start": 818268204,
            "stop": 818268209
        },
        {
            "start": 818268214,
            "stop": 818268224
        },
        {
            "start": 818268228,
            "stop": 818268230
        },
        {
            "start": 818268234,
            "stop": 818268236
        },
        {
            "start": 818268242,
            "stop": 818268243
        },
        {
            "start": 818268256,
            "stop": 818268257
        },
        {
            "start": 818268267,
            "stop": 818268278
        },
        {
            "start": 818268284,
            "stop": 818268293
        },
        {
            "start": 818268297,
            "stop": 818268302
        },
        {
            "start": 818268306,
            "stop": 818268310
        },
        {
            "start": 818268315,
            "stop": 818268316
        },
        {
            "start": 818268331,
            "stop": 818268341
        },
        {
            "start": 818268345,
            "stop": 818268346
        },
        {
            "start": 818268354,
            "stop": 818268357
        },
        {
            "start": 818268371,
            "stop": 818268377
        }
    ]
}