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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5788",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5789,
    "results": [
        {
            "start": 874679736,
            "stop": 874679771
        },
        {
            "start": 874679774,
            "stop": 874679792
        },
        {
            "start": 874679795,
            "stop": 874679840
        },
        {
            "start": 874679843,
            "stop": 874679858
        },
        {
            "start": 874679862,
            "stop": 874679897
        },
        {
            "start": 874679900,
            "stop": 874679902
        },
        {
            "start": 874679906,
            "stop": 874679969
        },
        {
            "start": 874679972,
            "stop": 874680012
        },
        {
            "start": 874680015,
            "stop": 874680051
        },
        {
            "start": 874680055,
            "stop": 874680248
        },
        {
            "start": 874680251,
            "stop": 874680262
        },
        {
            "start": 874680265,
            "stop": 874680277
        },
        {
            "start": 874680284,
            "stop": 874680302
        },
        {
            "start": 874680305,
            "stop": 874680306
        },
        {
            "start": 874680310,
            "stop": 874680312
        },
        {
            "start": 874680315,
            "stop": 874680372
        },
        {
            "start": 874680375,
            "stop": 874680385
        },
        {
            "start": 874680388,
            "stop": 874680392
        },
        {
            "start": 874680395,
            "stop": 874680404
        },
        {
            "start": 874680407,
            "stop": 874680430
        }
    ]
}