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=5017
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=5018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5016",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5017,
    "results": [
        {
            "start": 874522795,
            "stop": 874522808
        },
        {
            "start": 874522828,
            "stop": 874522850
        },
        {
            "start": 874522952,
            "stop": 874522981
        },
        {
            "start": 874523013,
            "stop": 874523041
        },
        {
            "start": 874523076,
            "stop": 874523106
        },
        {
            "start": 874523133,
            "stop": 874523147
        },
        {
            "start": 874523197,
            "stop": 874523251
        },
        {
            "start": 874523281,
            "stop": 874523288
        },
        {
            "start": 874523308,
            "stop": 874523327
        },
        {
            "start": 874523381,
            "stop": 874523389
        },
        {
            "start": 874523430,
            "stop": 874523433
        },
        {
            "start": 874523509,
            "stop": 874523524
        },
        {
            "start": 874523558,
            "stop": 874523580
        },
        {
            "start": 874523700,
            "stop": 874523703
        },
        {
            "start": 874523723,
            "stop": 874523750
        },
        {
            "start": 874523812,
            "stop": 874523821
        },
        {
            "start": 874523840,
            "stop": 874523841
        },
        {
            "start": 874523887,
            "stop": 874523912
        },
        {
            "start": 874524086,
            "stop": 874524111
        },
        {
            "start": 874524282,
            "stop": 874524290
        }
    ]
}