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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46868",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46869,
    "results": [
        {
            "start": 875146992,
            "stop": 875147016
        },
        {
            "start": 875147017,
            "stop": 875147023
        },
        {
            "start": 875147026,
            "stop": 875147036
        },
        {
            "start": 875147037,
            "stop": 875147043
        },
        {
            "start": 875147044,
            "stop": 875147053
        },
        {
            "start": 875147054,
            "stop": 875147056
        },
        {
            "start": 875147060,
            "stop": 875147064
        },
        {
            "start": 875147070,
            "stop": 875147091
        },
        {
            "start": 875147092,
            "stop": 875147105
        },
        {
            "start": 875147106,
            "stop": 875147114
        },
        {
            "start": 875147117,
            "stop": 875147118
        },
        {
            "start": 875147119,
            "stop": 875147123
        },
        {
            "start": 875147125,
            "stop": 875147132
        },
        {
            "start": 875147133,
            "stop": 875147161
        },
        {
            "start": 875147162,
            "stop": 875147181
        },
        {
            "start": 875147182,
            "stop": 875147187
        },
        {
            "start": 875147190,
            "stop": 875147196
        },
        {
            "start": 875147198,
            "stop": 875147200
        },
        {
            "start": 875147201,
            "stop": 875147211
        },
        {
            "start": 875147215,
            "stop": 875147220
        }
    ]
}