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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=188",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 189,
    "results": [
        {
            "start": 1421659125,
            "stop": 1421664271
        },
        {
            "start": 1421671675,
            "stop": 1421676344
        },
        {
            "start": 1421676349,
            "stop": 1421678613
        },
        {
            "start": 1421678616,
            "stop": 1421679430
        },
        {
            "start": 1421679434,
            "stop": 1421680808
        },
        {
            "start": 1421680813,
            "stop": 1421681837
        },
        {
            "start": 1421681841,
            "stop": 1421682559
        },
        {
            "start": 1421682564,
            "stop": 1421685133
        },
        {
            "start": 1421685138,
            "stop": 1421685388
        },
        {
            "start": 1421685396,
            "stop": 1421685507
        },
        {
            "start": 1421719790,
            "stop": 1421722336
        },
        {
            "start": 1421722341,
            "stop": 1421733786
        },
        {
            "start": 1421733791,
            "stop": 1421737776
        },
        {
            "start": 1421737781,
            "stop": 1421738067
        },
        {
            "start": 1421755441,
            "stop": 1421755537
        },
        {
            "start": 1421755542,
            "stop": 1421758970
        },
        {
            "start": 1421758975,
            "stop": 1421766574
        },
        {
            "start": 1421772319,
            "stop": 1421772498
        },
        {
            "start": 1421773218,
            "stop": 1421774192
        },
        {
            "start": 1421784900,
            "stop": 1421785849
        }
    ]
}