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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=110",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 111,
    "results": [
        {
            "start": 825477394,
            "stop": 825480683
        },
        {
            "start": 825480686,
            "stop": 825480762
        },
        {
            "start": 825480764,
            "stop": 825480768
        },
        {
            "start": 825480771,
            "stop": 825480774
        },
        {
            "start": 825480776,
            "stop": 825480811
        },
        {
            "start": 825480813,
            "stop": 825482190
        },
        {
            "start": 825484706,
            "stop": 825484738
        },
        {
            "start": 825485038,
            "stop": 825485209
        },
        {
            "start": 825485319,
            "stop": 825485334
        },
        {
            "start": 825485336,
            "stop": 825485441
        },
        {
            "start": 825485741,
            "stop": 825487346
        },
        {
            "start": 825487348,
            "stop": 825490091
        },
        {
            "start": 825490093,
            "stop": 825490181
        },
        {
            "start": 825490183,
            "stop": 825490687
        },
        {
            "start": 825490689,
            "stop": 825490690
        },
        {
            "start": 825490692,
            "stop": 825490699
        },
        {
            "start": 825490703,
            "stop": 825498793
        },
        {
            "start": 825498797,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825517494
        },
        {
            "start": 825517496,
            "stop": 825517538
        }
    ]
}