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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=220",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 221,
    "results": [
        {
            "start": 821668848,
            "stop": 821668856
        },
        {
            "start": 821668859,
            "stop": 821668866
        },
        {
            "start": 821668869,
            "stop": 821668913
        },
        {
            "start": 821668917,
            "stop": 821668951
        },
        {
            "start": 821668954,
            "stop": 821669014
        },
        {
            "start": 821669017,
            "stop": 821669029
        },
        {
            "start": 821669032,
            "stop": 821669079
        },
        {
            "start": 821669085,
            "stop": 821669097
        },
        {
            "start": 821669100,
            "stop": 821669103
        },
        {
            "start": 821669108,
            "stop": 821669110
        },
        {
            "start": 821669113,
            "stop": 821669115
        },
        {
            "start": 821669118,
            "stop": 821669126
        },
        {
            "start": 821669129,
            "stop": 821669143
        },
        {
            "start": 821669147,
            "stop": 821669152
        },
        {
            "start": 821669155,
            "stop": 821669167
        },
        {
            "start": 821669171,
            "stop": 821669173
        },
        {
            "start": 821669179,
            "stop": 821669191
        },
        {
            "start": 821669194,
            "stop": 821669195
        },
        {
            "start": 821669199,
            "stop": 821669208
        },
        {
            "start": 821669211,
            "stop": 821669222
        }
    ]
}