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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7328",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7329,
    "results": [
        {
            "start": 969265729,
            "stop": 969265749
        },
        {
            "start": 969265830,
            "stop": 969265841
        },
        {
            "start": 969265862,
            "stop": 969265949
        },
        {
            "start": 969265981,
            "stop": 969265984
        },
        {
            "start": 969266005,
            "stop": 969266014
        },
        {
            "start": 969266078,
            "stop": 969266156
        },
        {
            "start": 969266177,
            "stop": 969266279
        },
        {
            "start": 969266300,
            "stop": 969266352
        },
        {
            "start": 969266373,
            "stop": 969266390
        },
        {
            "start": 969266411,
            "stop": 969266647
        },
        {
            "start": 969266650,
            "stop": 969266668
        },
        {
            "start": 969266671,
            "stop": 969266916
        },
        {
            "start": 969266919,
            "stop": 969267203
        },
        {
            "start": 969267268,
            "stop": 969267341
        },
        {
            "start": 969267371,
            "stop": 969267463
        },
        {
            "start": 969267484,
            "stop": 969267511
        },
        {
            "start": 969267532,
            "stop": 969267671
        },
        {
            "start": 969267682,
            "stop": 969267695
        },
        {
            "start": 969267734,
            "stop": 969267801
        },
        {
            "start": 969267804,
            "stop": 969268112
        }
    ]
}