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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6381",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6382,
    "results": [
        {
            "start": 873538952,
            "stop": 873538959
        },
        {
            "start": 873538963,
            "stop": 873538970
        },
        {
            "start": 873538974,
            "stop": 873538982
        },
        {
            "start": 873538986,
            "stop": 873539013
        },
        {
            "start": 873539014,
            "stop": 873539021
        },
        {
            "start": 873539025,
            "stop": 873539034
        },
        {
            "start": 873539035,
            "stop": 873539042
        },
        {
            "start": 873539046,
            "stop": 873539054
        },
        {
            "start": 873539058,
            "stop": 873539063
        },
        {
            "start": 873539067,
            "stop": 873539073
        },
        {
            "start": 873539077,
            "stop": 873539084
        },
        {
            "start": 873539091,
            "stop": 873539113
        },
        {
            "start": 873539114,
            "stop": 873539119
        },
        {
            "start": 873539123,
            "stop": 873539129
        },
        {
            "start": 873539134,
            "stop": 873539140
        },
        {
            "start": 873539144,
            "stop": 873539145
        },
        {
            "start": 873539146,
            "stop": 873539150
        },
        {
            "start": 873539154,
            "stop": 873539156
        },
        {
            "start": 873539160,
            "stop": 873539161
        },
        {
            "start": 873539165,
            "stop": 873539171
        }
    ]
}