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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 288,
    "results": [
        {
            "start": 818232115,
            "stop": 818232122
        },
        {
            "start": 818232126,
            "stop": 818232128
        },
        {
            "start": 818232136,
            "stop": 818232137
        },
        {
            "start": 818232183,
            "stop": 818232187
        },
        {
            "start": 818232202,
            "stop": 818232206
        },
        {
            "start": 818232211,
            "stop": 818232217
        },
        {
            "start": 818232232,
            "stop": 818232235
        },
        {
            "start": 818232238,
            "stop": 818232243
        },
        {
            "start": 818232248,
            "stop": 818232252
        },
        {
            "start": 818232256,
            "stop": 818232258
        },
        {
            "start": 818232268,
            "stop": 818232272
        },
        {
            "start": 818232282,
            "stop": 818232283
        },
        {
            "start": 818232286,
            "stop": 818232290
        },
        {
            "start": 818232334,
            "stop": 818232343
        },
        {
            "start": 818232346,
            "stop": 818232347
        },
        {
            "start": 818232353,
            "stop": 818232356
        },
        {
            "start": 818232370,
            "stop": 818232372
        },
        {
            "start": 818232376,
            "stop": 818232379
        },
        {
            "start": 818232391,
            "stop": 818232392
        },
        {
            "start": 818232395,
            "stop": 818232400
        }
    ]
}