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=8210
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=8211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8209",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8210,
    "results": [
        {
            "start": 873520532,
            "stop": 873520541
        },
        {
            "start": 873522042,
            "stop": 873522161
        },
        {
            "start": 873522180,
            "stop": 873522421
        },
        {
            "start": 873522438,
            "stop": 873522825
        },
        {
            "start": 873522842,
            "stop": 873523659
        },
        {
            "start": 873523676,
            "stop": 873524189
        },
        {
            "start": 873524208,
            "stop": 873524244
        },
        {
            "start": 873524267,
            "stop": 873524339
        },
        {
            "start": 873524358,
            "stop": 873525156
        },
        {
            "start": 873525173,
            "stop": 873525780
        },
        {
            "start": 873525986,
            "stop": 873526088
        },
        {
            "start": 873526107,
            "stop": 873526132
        },
        {
            "start": 873527610,
            "stop": 873527820
        },
        {
            "start": 873527880,
            "stop": 873528000
        },
        {
            "start": 873528180,
            "stop": 873528240
        },
        {
            "start": 873528660,
            "stop": 873528720
        },
        {
            "start": 873529020,
            "stop": 873529712
        },
        {
            "start": 873529729,
            "stop": 873531383
        },
        {
            "start": 873531402,
            "stop": 873531524
        },
        {
            "start": 873531658,
            "stop": 873531882
        }
    ]
}