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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=316",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 317,
    "results": [
        {
            "start": 821743857,
            "stop": 821743863
        },
        {
            "start": 821743868,
            "stop": 821743870
        },
        {
            "start": 821743876,
            "stop": 821743878
        },
        {
            "start": 821743881,
            "stop": 821743886
        },
        {
            "start": 821743889,
            "stop": 821743892
        },
        {
            "start": 821743895,
            "stop": 821743910
        },
        {
            "start": 821743915,
            "stop": 821743932
        },
        {
            "start": 821743938,
            "stop": 821743939
        },
        {
            "start": 821743942,
            "stop": 821743946
        },
        {
            "start": 821743949,
            "stop": 821743951
        },
        {
            "start": 821743955,
            "stop": 821743971
        },
        {
            "start": 821743975,
            "stop": 821743979
        },
        {
            "start": 821743982,
            "stop": 821743991
        },
        {
            "start": 821743995,
            "stop": 821744010
        },
        {
            "start": 821744015,
            "stop": 821744029
        },
        {
            "start": 821744032,
            "stop": 821744041
        },
        {
            "start": 821744044,
            "stop": 821744047
        },
        {
            "start": 821744052,
            "stop": 821744056
        },
        {
            "start": 821744065,
            "stop": 821744068
        },
        {
            "start": 821744071,
            "stop": 821744076
        }
    ]
}