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=8034
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=8035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8033",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8034,
    "results": [
        {
            "start": 872167359,
            "stop": 872167497
        },
        {
            "start": 872167516,
            "stop": 872167811
        },
        {
            "start": 872167830,
            "stop": 872167846
        },
        {
            "start": 872167868,
            "stop": 872167870
        },
        {
            "start": 872167889,
            "stop": 872168517
        },
        {
            "start": 872170110,
            "stop": 872170140
        },
        {
            "start": 872170440,
            "stop": 872170500
        },
        {
            "start": 872170560,
            "stop": 872170620
        },
        {
            "start": 872170680,
            "stop": 872171110
        },
        {
            "start": 872171127,
            "stop": 872171340
        },
        {
            "start": 872171359,
            "stop": 872171838
        },
        {
            "start": 872171858,
            "stop": 872171888
        },
        {
            "start": 872171907,
            "stop": 872171947
        },
        {
            "start": 872171967,
            "stop": 872172010
        },
        {
            "start": 872172029,
            "stop": 872172031
        },
        {
            "start": 872172050,
            "stop": 872172063
        },
        {
            "start": 872172095,
            "stop": 872172176
        },
        {
            "start": 872172195,
            "stop": 872172237
        },
        {
            "start": 872172256,
            "stop": 872172262
        },
        {
            "start": 872172281,
            "stop": 872172287
        }
    ]
}