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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8135",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8136,
    "results": [
        {
            "start": 873008888,
            "stop": 873009125
        },
        {
            "start": 873009144,
            "stop": 873009187
        },
        {
            "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": 873009894
        },
        {
            "start": 873010082,
            "stop": 873010104
        },
        {
            "start": 873010121,
            "stop": 873010131
        },
        {
            "start": 873010148,
            "stop": 873010171
        },
        {
            "start": 873010199,
            "stop": 873010571
        },
        {
            "start": 873010600,
            "stop": 873010801
        },
        {
            "start": 873010836,
            "stop": 873010852
        },
        {
            "start": 873010886,
            "stop": 873011111
        },
        {
            "start": 873011146,
            "stop": 873011670
        },
        {
            "start": 873013395,
            "stop": 873013397
        },
        {
            "start": 873013441,
            "stop": 873013622
        },
        {
            "start": 873013641,
            "stop": 873013971
        }
    ]
}