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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=275",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 276,
    "results": [
        {
            "start": 828230216,
            "stop": 828230217
        },
        {
            "start": 828230218,
            "stop": 828230226
        },
        {
            "start": 828230230,
            "stop": 828230236
        },
        {
            "start": 828230239,
            "stop": 828230244
        },
        {
            "start": 828230246,
            "stop": 828230247
        },
        {
            "start": 828230249,
            "stop": 828230251
        },
        {
            "start": 828230253,
            "stop": 828230261
        },
        {
            "start": 828230263,
            "stop": 828230274
        },
        {
            "start": 828230276,
            "stop": 828230281
        },
        {
            "start": 828230284,
            "stop": 828230296
        },
        {
            "start": 828230298,
            "stop": 828230299
        },
        {
            "start": 828230301,
            "stop": 828230309
        },
        {
            "start": 828230311,
            "stop": 828230333
        },
        {
            "start": 828230336,
            "stop": 828230337
        },
        {
            "start": 828230339,
            "stop": 828230341
        },
        {
            "start": 828230345,
            "stop": 828230346
        },
        {
            "start": 828230348,
            "stop": 828230349
        },
        {
            "start": 828230351,
            "stop": 828230352
        },
        {
            "start": 828230354,
            "stop": 828230359
        },
        {
            "start": 828230362,
            "stop": 828230373
        }
    ]
}