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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=342",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 343,
    "results": [
        {
            "start": 829238295,
            "stop": 829238296
        },
        {
            "start": 829238301,
            "stop": 829238311
        },
        {
            "start": 829238313,
            "stop": 829238318
        },
        {
            "start": 829238320,
            "stop": 829238323
        },
        {
            "start": 829238325,
            "stop": 829238327
        },
        {
            "start": 829238331,
            "stop": 829238332
        },
        {
            "start": 829238337,
            "stop": 829238348
        },
        {
            "start": 829238351,
            "stop": 829238354
        },
        {
            "start": 829238356,
            "stop": 829238357
        },
        {
            "start": 829238365,
            "stop": 829238367
        },
        {
            "start": 829238370,
            "stop": 829238374
        },
        {
            "start": 829238379,
            "stop": 829238383
        },
        {
            "start": 829238391,
            "stop": 829238397
        },
        {
            "start": 829238401,
            "stop": 829238402
        },
        {
            "start": 829238404,
            "stop": 829238405
        },
        {
            "start": 829238408,
            "stop": 829238414
        },
        {
            "start": 829238416,
            "stop": 829238418
        },
        {
            "start": 829238420,
            "stop": 829238427
        },
        {
            "start": 829238429,
            "stop": 829238431
        },
        {
            "start": 829238437,
            "stop": 829238440
        }
    ]
}