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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=155",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 156,
    "results": [
        {
            "start": 931775044,
            "stop": 931775065
        },
        {
            "start": 931775338,
            "stop": 931775354
        },
        {
            "start": 931775359,
            "stop": 931775391
        },
        {
            "start": 931775397,
            "stop": 931775404
        },
        {
            "start": 931775416,
            "stop": 931775428
        },
        {
            "start": 931775441,
            "stop": 931775452
        },
        {
            "start": 931775457,
            "stop": 931775463
        },
        {
            "start": 931775469,
            "stop": 931775479
        },
        {
            "start": 931775491,
            "stop": 931775617
        },
        {
            "start": 931775628,
            "stop": 931775661
        },
        {
            "start": 931775667,
            "stop": 931775677
        },
        {
            "start": 931775683,
            "stop": 931775688
        },
        {
            "start": 931775695,
            "stop": 931775706
        },
        {
            "start": 931775712,
            "stop": 931775749
        },
        {
            "start": 931775755,
            "stop": 931775834
        },
        {
            "start": 931775840,
            "stop": 931775868
        },
        {
            "start": 931775874,
            "stop": 931775884
        },
        {
            "start": 931775892,
            "stop": 931775902
        },
        {
            "start": 931775911,
            "stop": 931775936
        },
        {
            "start": 931775944,
            "stop": 931776023
        }
    ]
}