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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=229",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 230,
    "results": [
        {
            "start": 818218099,
            "stop": 818218100
        },
        {
            "start": 818218125,
            "stop": 818218126
        },
        {
            "start": 818218133,
            "stop": 818218141
        },
        {
            "start": 818218147,
            "stop": 818218148
        },
        {
            "start": 818218156,
            "stop": 818218157
        },
        {
            "start": 818218163,
            "stop": 818218164
        },
        {
            "start": 818218177,
            "stop": 818218178
        },
        {
            "start": 818218190,
            "stop": 818218191
        },
        {
            "start": 818218194,
            "stop": 818218196
        },
        {
            "start": 818218199,
            "stop": 818218211
        },
        {
            "start": 818218217,
            "stop": 818218218
        },
        {
            "start": 818218242,
            "stop": 818218243
        },
        {
            "start": 818218250,
            "stop": 818218251
        },
        {
            "start": 818218256,
            "stop": 818218257
        },
        {
            "start": 818218265,
            "stop": 818218268
        },
        {
            "start": 818218282,
            "stop": 818218283
        },
        {
            "start": 818218294,
            "stop": 818218297
        },
        {
            "start": 818218317,
            "stop": 818218320
        },
        {
            "start": 818218339,
            "stop": 818218340
        },
        {
            "start": 818218343,
            "stop": 818218351
        }
    ]
}