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=6423
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=6424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6422",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6423,
    "results": [
        {
            "start": 873775388,
            "stop": 873775460
        },
        {
            "start": 873775461,
            "stop": 873775621
        },
        {
            "start": 873775622,
            "stop": 873775788
        },
        {
            "start": 873775790,
            "stop": 873775925
        },
        {
            "start": 873775926,
            "stop": 873776532
        },
        {
            "start": 873776533,
            "stop": 873776535
        },
        {
            "start": 873776536,
            "stop": 873776972
        },
        {
            "start": 873776973,
            "stop": 873777343
        },
        {
            "start": 873777344,
            "stop": 873777401
        },
        {
            "start": 873777402,
            "stop": 873777646
        },
        {
            "start": 873777647,
            "stop": 873777709
        },
        {
            "start": 873777710,
            "stop": 873778115
        },
        {
            "start": 873778116,
            "stop": 873778158
        },
        {
            "start": 873778160,
            "stop": 873778210
        },
        {
            "start": 873778211,
            "stop": 873778250
        },
        {
            "start": 873778251,
            "stop": 873778601
        },
        {
            "start": 873778602,
            "stop": 873778709
        },
        {
            "start": 873778710,
            "stop": 873778991
        },
        {
            "start": 873778992,
            "stop": 873779409
        },
        {
            "start": 873779410,
            "stop": 873779474
        }
    ]
}