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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=139",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 140,
    "results": [
        {
            "start": 818070138,
            "stop": 818070147
        },
        {
            "start": 818070153,
            "stop": 818070162
        },
        {
            "start": 818070165,
            "stop": 818070173
        },
        {
            "start": 818070177,
            "stop": 818070187
        },
        {
            "start": 818070190,
            "stop": 818070194
        },
        {
            "start": 818070197,
            "stop": 818070199
        },
        {
            "start": 818070204,
            "stop": 818070219
        },
        {
            "start": 818070224,
            "stop": 818070231
        },
        {
            "start": 818070236,
            "stop": 818070239
        },
        {
            "start": 818070242,
            "stop": 818070243
        },
        {
            "start": 818070247,
            "stop": 818070249
        },
        {
            "start": 818070256,
            "stop": 818070258
        },
        {
            "start": 818070261,
            "stop": 818070263
        },
        {
            "start": 818070267,
            "stop": 818070271
        },
        {
            "start": 818070274,
            "stop": 818070275
        },
        {
            "start": 818070281,
            "stop": 818070286
        },
        {
            "start": 818070290,
            "stop": 818070298
        },
        {
            "start": 818070302,
            "stop": 818070307
        },
        {
            "start": 818070315,
            "stop": 818070321
        },
        {
            "start": 818070326,
            "stop": 818070327
        }
    ]
}