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=5804
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=5805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5803",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5804,
    "results": [
        {
            "start": 874699880,
            "stop": 874699905
        },
        {
            "start": 874699909,
            "stop": 874699947
        },
        {
            "start": 874699950,
            "stop": 874699963
        },
        {
            "start": 874699969,
            "stop": 874700016
        },
        {
            "start": 874700019,
            "stop": 874700041
        },
        {
            "start": 874700044,
            "stop": 874700050
        },
        {
            "start": 874700053,
            "stop": 874700072
        },
        {
            "start": 874700076,
            "stop": 874700101
        },
        {
            "start": 874700104,
            "stop": 874700122
        },
        {
            "start": 874700126,
            "stop": 874700139
        },
        {
            "start": 874700146,
            "stop": 874700179
        },
        {
            "start": 874700182,
            "stop": 874700210
        },
        {
            "start": 874700215,
            "stop": 874700216
        },
        {
            "start": 874700221,
            "stop": 874700222
        },
        {
            "start": 874700225,
            "stop": 874700227
        },
        {
            "start": 874700230,
            "stop": 874700235
        },
        {
            "start": 874700238,
            "stop": 874700252
        },
        {
            "start": 874700256,
            "stop": 874700263
        },
        {
            "start": 874700267,
            "stop": 874700287
        },
        {
            "start": 874700290,
            "stop": 874700301
        }
    ]
}