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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=10",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 11,
    "results": [
        {
            "start": 816285891,
            "stop": 816285902
        },
        {
            "start": 816286329,
            "stop": 816286548
        },
        {
            "start": 816286868,
            "stop": 816287175
        },
        {
            "start": 816287992,
            "stop": 816289149
        },
        {
            "start": 816289745,
            "stop": 816290458
        },
        {
            "start": 816303630,
            "stop": 816303768
        },
        {
            "start": 816303771,
            "stop": 816304428
        },
        {
            "start": 816304431,
            "stop": 816304658
        },
        {
            "start": 816306715,
            "stop": 816307466
        },
        {
            "start": 816308112,
            "stop": 816311597
        },
        {
            "start": 816312622,
            "stop": 816312687
        },
        {
            "start": 816313007,
            "stop": 816313295
        },
        {
            "start": 816313695,
            "stop": 816313945
        },
        {
            "start": 816314516,
            "stop": 816314864
        },
        {
            "start": 816315297,
            "stop": 816315530
        },
        {
            "start": 816316485,
            "stop": 816317565
        },
        {
            "start": 816317568,
            "stop": 816319578
        },
        {
            "start": 816319581,
            "stop": 816325651
        },
        {
            "start": 816325653,
            "stop": 816326275
        },
        {
            "start": 816326675,
            "stop": 816327659
        }
    ]
}