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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=865",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 866,
    "results": [
        {
            "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
        },
        {
            "start": 873539264,
            "stop": 873539270
        },
        {
            "start": 873539274,
            "stop": 873539282
        },
        {
            "start": 873539286,
            "stop": 873539291
        },
        {
            "start": 873539295,
            "stop": 873539302
        },
        {
            "start": 873539306,
            "stop": 873539312
        },
        {
            "start": 873539317,
            "stop": 873539324
        },
        {
            "start": 873539328,
            "stop": 873539332
        },
        {
            "start": 873539340,
            "stop": 873539346
        }
    ]
}