Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7315
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7314",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7315,
    "results": [
        {
            "start": 875176234,
            "stop": 875177077
        },
        {
            "start": 875177078,
            "stop": 875177490
        },
        {
            "start": 875177491,
            "stop": 875177594
        },
        {
            "start": 875177595,
            "stop": 875178200
        },
        {
            "start": 875178201,
            "stop": 875179142
        },
        {
            "start": 875179143,
            "stop": 875179223
        },
        {
            "start": 875179224,
            "stop": 875179244
        },
        {
            "start": 875179245,
            "stop": 875179562
        },
        {
            "start": 875179564,
            "stop": 875179623
        },
        {
            "start": 875179624,
            "stop": 875180134
        },
        {
            "start": 875180135,
            "stop": 875180881
        },
        {
            "start": 875180882,
            "stop": 875180988
        },
        {
            "start": 875180989,
            "stop": 875181060
        },
        {
            "start": 875181120,
            "stop": 875181755
        },
        {
            "start": 875181756,
            "stop": 875182064
        },
        {
            "start": 875182065,
            "stop": 875182091
        },
        {
            "start": 875182092,
            "stop": 875182180
        },
        {
            "start": 875182299,
            "stop": 875182548
        },
        {
            "start": 875182549,
            "stop": 875182560
        },
        {
            "start": 875182561,
            "stop": 875182595
        }
    ]
}