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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=255",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 256,
    "results": [
        {
            "start": 934110255,
            "stop": 934110944
        },
        {
            "start": 934110946,
            "stop": 934111018
        },
        {
            "start": 934111021,
            "stop": 934111035
        },
        {
            "start": 934111037,
            "stop": 934111234
        },
        {
            "start": 934111237,
            "stop": 934111266
        },
        {
            "start": 934111270,
            "stop": 934111363
        },
        {
            "start": 934111366,
            "stop": 934111396
        },
        {
            "start": 934111399,
            "stop": 934111557
        },
        {
            "start": 934111560,
            "stop": 934111622
        },
        {
            "start": 934111626,
            "stop": 934111719
        },
        {
            "start": 934111722,
            "stop": 934111948
        },
        {
            "start": 934111951,
            "stop": 934112014
        },
        {
            "start": 934112017,
            "stop": 934112113
        },
        {
            "start": 934112116,
            "stop": 934112211
        },
        {
            "start": 934112217,
            "stop": 934113615
        },
        {
            "start": 934113855,
            "stop": 934114543
        },
        {
            "start": 934114546,
            "stop": 934114832
        },
        {
            "start": 934114836,
            "stop": 934114867
        },
        {
            "start": 934114869,
            "stop": 934114964
        },
        {
            "start": 934114966,
            "stop": 934114995
        }
    ]
}