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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=316",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 317,
    "results": [
        {
            "start": 828902190,
            "stop": 828902194
        },
        {
            "start": 828902199,
            "stop": 828902206
        },
        {
            "start": 828902209,
            "stop": 828902214
        },
        {
            "start": 828902216,
            "stop": 828902217
        },
        {
            "start": 828902221,
            "stop": 828902230
        },
        {
            "start": 828902232,
            "stop": 828902233
        },
        {
            "start": 828902239,
            "stop": 828902248
        },
        {
            "start": 828902250,
            "stop": 828902253
        },
        {
            "start": 828902258,
            "stop": 828902259
        },
        {
            "start": 828902261,
            "stop": 828902264
        },
        {
            "start": 828902266,
            "stop": 828902268
        },
        {
            "start": 828902274,
            "stop": 828902282
        },
        {
            "start": 828902283,
            "stop": 828902286
        },
        {
            "start": 828902288,
            "stop": 828902293
        },
        {
            "start": 828902295,
            "stop": 828902298
        },
        {
            "start": 828902302,
            "stop": 828902306
        },
        {
            "start": 828902310,
            "stop": 828902312
        },
        {
            "start": 828902315,
            "stop": 828902316
        },
        {
            "start": 828902320,
            "stop": 828902324
        },
        {
            "start": 828902328,
            "stop": 828902331
        }
    ]
}