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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=257",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 258,
    "results": [
        {
            "start": 818225172,
            "stop": 818225173
        },
        {
            "start": 818225178,
            "stop": 818225184
        },
        {
            "start": 818225189,
            "stop": 818225193
        },
        {
            "start": 818225199,
            "stop": 818225200
        },
        {
            "start": 818225210,
            "stop": 818225211
        },
        {
            "start": 818225226,
            "stop": 818225228
        },
        {
            "start": 818225231,
            "stop": 818225237
        },
        {
            "start": 818225241,
            "stop": 818225245
        },
        {
            "start": 818225258,
            "stop": 818225259
        },
        {
            "start": 818225270,
            "stop": 818225271
        },
        {
            "start": 818225277,
            "stop": 818225281
        },
        {
            "start": 818225286,
            "stop": 818225291
        },
        {
            "start": 818225294,
            "stop": 818225295
        },
        {
            "start": 818225307,
            "stop": 818225308
        },
        {
            "start": 818225311,
            "stop": 818225313
        },
        {
            "start": 818225317,
            "stop": 818225318
        },
        {
            "start": 818225321,
            "stop": 818225322
        },
        {
            "start": 818225341,
            "stop": 818225348
        },
        {
            "start": 818225352,
            "stop": 818225357
        },
        {
            "start": 818225375,
            "stop": 818225380
        }
    ]
}