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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=805",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 806,
    "results": [
        {
            "start": 873538986,
            "stop": 873539021
        },
        {
            "start": 873539025,
            "stop": 873539042
        },
        {
            "start": 873539046,
            "stop": 873539063
        },
        {
            "start": 873539067,
            "stop": 873539073
        },
        {
            "start": 873539077,
            "stop": 873539084
        },
        {
            "start": 873539091,
            "stop": 873539119
        },
        {
            "start": 873539123,
            "stop": 873539129
        },
        {
            "start": 873539133,
            "stop": 873539140
        },
        {
            "start": 873539144,
            "stop": 873539150
        },
        {
            "start": 873539154,
            "stop": 873539156
        },
        {
            "start": 873539160,
            "stop": 873539161
        },
        {
            "start": 873539165,
            "stop": 873539171
        },
        {
            "start": 873539175,
            "stop": 873539183
        },
        {
            "start": 873539187,
            "stop": 873539194
        },
        {
            "start": 873539198,
            "stop": 873539204
        },
        {
            "start": 873539208,
            "stop": 873539211
        },
        {
            "start": 873539219,
            "stop": 873539226
        },
        {
            "start": 873539230,
            "stop": 873539238
        },
        {
            "start": 873539243,
            "stop": 873539248
        },
        {
            "start": 873539253,
            "stop": 873539259
        }
    ]
}