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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=234",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 235,
    "results": [
        {
            "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
        },
        {
            "start": 934114998,
            "stop": 934115126
        },
        {
            "start": 934115128,
            "stop": 934115159
        },
        {
            "start": 934115163,
            "stop": 934115222
        },
        {
            "start": 934115225,
            "stop": 934115320
        }
    ]
}