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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=337",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 338,
    "results": [
        {
            "start": 822865896,
            "stop": 822865960
        },
        {
            "start": 822865963,
            "stop": 822866127
        },
        {
            "start": 822866131,
            "stop": 822866134
        },
        {
            "start": 822866138,
            "stop": 822866141
        },
        {
            "start": 822866144,
            "stop": 822866154
        },
        {
            "start": 822866157,
            "stop": 822866275
        },
        {
            "start": 822866278,
            "stop": 822866324
        },
        {
            "start": 822866327,
            "stop": 822866384
        },
        {
            "start": 822866387,
            "stop": 822866497
        },
        {
            "start": 822867086,
            "stop": 822867341
        },
        {
            "start": 822867344,
            "stop": 822867529
        },
        {
            "start": 822867532,
            "stop": 822867636
        },
        {
            "start": 822867639,
            "stop": 822867657
        },
        {
            "start": 822867662,
            "stop": 822867768
        },
        {
            "start": 822867785,
            "stop": 822867856
        },
        {
            "start": 822867859,
            "stop": 822867879
        },
        {
            "start": 822867882,
            "stop": 822867960
        },
        {
            "start": 822867964,
            "stop": 822867967
        },
        {
            "start": 822867970,
            "stop": 822868100
        },
        {
            "start": 822868103,
            "stop": 822868194
        }
    ]
}