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_CAT4/segments?format=api&page=8342
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8341",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8342,
    "results": [
        {
            "start": 874558798,
            "stop": 874559917
        },
        {
            "start": 874559938,
            "stop": 874560126
        },
        {
            "start": 874560143,
            "stop": 874560157
        },
        {
            "start": 874560176,
            "stop": 874560184
        },
        {
            "start": 874560204,
            "stop": 874560774
        },
        {
            "start": 874560794,
            "stop": 874560832
        },
        {
            "start": 874560858,
            "stop": 874561192
        },
        {
            "start": 874561209,
            "stop": 874563513
        },
        {
            "start": 874563530,
            "stop": 874564852
        },
        {
            "start": 874564871,
            "stop": 874564968
        },
        {
            "start": 874564986,
            "stop": 874565782
        },
        {
            "start": 874565804,
            "stop": 874565918
        },
        {
            "start": 874565937,
            "stop": 874565952
        },
        {
            "start": 874565969,
            "stop": 874566349
        },
        {
            "start": 874566368,
            "stop": 874566479
        },
        {
            "start": 874566513,
            "stop": 874566928
        },
        {
            "start": 874566971,
            "stop": 874567034
        },
        {
            "start": 874567053,
            "stop": 874567337
        },
        {
            "start": 874567386,
            "stop": 874567634
        },
        {
            "start": 874567653,
            "stop": 874567666
        }
    ]
}