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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=198",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 199,
    "results": [
        {
            "start": 820195343,
            "stop": 820195398
        },
        {
            "start": 820195401,
            "stop": 820195428
        },
        {
            "start": 820195431,
            "stop": 820195473
        },
        {
            "start": 820195476,
            "stop": 820195479
        },
        {
            "start": 820195482,
            "stop": 820195494
        },
        {
            "start": 820195497,
            "stop": 820195525
        },
        {
            "start": 820195528,
            "stop": 820195587
        },
        {
            "start": 820195590,
            "stop": 820195669
        },
        {
            "start": 820195672,
            "stop": 820195734
        },
        {
            "start": 820195737,
            "stop": 820195740
        },
        {
            "start": 820195743,
            "stop": 820195748
        },
        {
            "start": 820195751,
            "stop": 820195847
        },
        {
            "start": 820195850,
            "stop": 820196020
        },
        {
            "start": 820196023,
            "stop": 820196050
        },
        {
            "start": 820196053,
            "stop": 820196102
        },
        {
            "start": 820196105,
            "stop": 820196126
        },
        {
            "start": 820196129,
            "stop": 820196164
        },
        {
            "start": 820196168,
            "stop": 820196218
        },
        {
            "start": 820196222,
            "stop": 820196230
        },
        {
            "start": 820196235,
            "stop": 820196275
        }
    ]
}