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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=305",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 306,
    "results": [
        {
            "start": 818243381,
            "stop": 818243385
        },
        {
            "start": 818243389,
            "stop": 818243397
        },
        {
            "start": 818243403,
            "stop": 818243405
        },
        {
            "start": 818243432,
            "stop": 818243443
        },
        {
            "start": 818243450,
            "stop": 818243451
        },
        {
            "start": 818243455,
            "stop": 818243458
        },
        {
            "start": 818243463,
            "stop": 818243465
        },
        {
            "start": 818243468,
            "stop": 818243472
        },
        {
            "start": 818243480,
            "stop": 818243483
        },
        {
            "start": 818243490,
            "stop": 818243494
        },
        {
            "start": 818243497,
            "stop": 818243498
        },
        {
            "start": 818243513,
            "stop": 818243515
        },
        {
            "start": 818243537,
            "stop": 818243541
        },
        {
            "start": 818243546,
            "stop": 818243547
        },
        {
            "start": 818243550,
            "stop": 818243554
        },
        {
            "start": 818243562,
            "stop": 818243563
        },
        {
            "start": 818243566,
            "stop": 818243568
        },
        {
            "start": 818243575,
            "stop": 818243576
        },
        {
            "start": 818243579,
            "stop": 818243581
        },
        {
            "start": 818243586,
            "stop": 818243600
        }
    ]
}