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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2227",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2228,
    "results": [
        {
            "start": 873009217,
            "stop": 873009325
        },
        {
            "start": 873009363,
            "stop": 873009364
        },
        {
            "start": 873009399,
            "stop": 873009554
        },
        {
            "start": 873009573,
            "stop": 873009607
        },
        {
            "start": 873009626,
            "stop": 873009682
        },
        {
            "start": 873009701,
            "stop": 873009833
        },
        {
            "start": 873009854,
            "stop": 873010171
        },
        {
            "start": 873010199,
            "stop": 873010571
        },
        {
            "start": 873010590,
            "stop": 873010801
        },
        {
            "start": 873010836,
            "stop": 873010852
        },
        {
            "start": 873010886,
            "stop": 873011111
        },
        {
            "start": 873011146,
            "stop": 873012039
        },
        {
            "start": 873013395,
            "stop": 873013397
        },
        {
            "start": 873013441,
            "stop": 873013622
        },
        {
            "start": 873013641,
            "stop": 873014084
        },
        {
            "start": 873014112,
            "stop": 873014491
        },
        {
            "start": 873014510,
            "stop": 873015009
        },
        {
            "start": 873015029,
            "stop": 873015315
        },
        {
            "start": 873015334,
            "stop": 873015350
        },
        {
            "start": 873015369,
            "stop": 873015401
        }
    ]
}