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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=314",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 315,
    "results": [
        {
            "start": 818246282,
            "stop": 818246283
        },
        {
            "start": 818246290,
            "stop": 818246291
        },
        {
            "start": 818246310,
            "stop": 818246313
        },
        {
            "start": 818246316,
            "stop": 818246319
        },
        {
            "start": 818246324,
            "stop": 818246327
        },
        {
            "start": 818246330,
            "stop": 818246332
        },
        {
            "start": 818246344,
            "stop": 818246350
        },
        {
            "start": 818246353,
            "stop": 818246354
        },
        {
            "start": 818246363,
            "stop": 818246370
        },
        {
            "start": 818246373,
            "stop": 818246378
        },
        {
            "start": 818246381,
            "stop": 818246384
        },
        {
            "start": 818246406,
            "stop": 818246409
        },
        {
            "start": 818246413,
            "stop": 818246420
        },
        {
            "start": 818246425,
            "stop": 818246432
        },
        {
            "start": 818246439,
            "stop": 818246440
        },
        {
            "start": 818246446,
            "stop": 818246453
        },
        {
            "start": 818246456,
            "stop": 818246459
        },
        {
            "start": 818246475,
            "stop": 818246477
        },
        {
            "start": 818246485,
            "stop": 818246486
        },
        {
            "start": 818246489,
            "stop": 818246491
        }
    ]
}