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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6082",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6083,
    "results": [
        {
            "start": 873911095,
            "stop": 873911106
        },
        {
            "start": 873911109,
            "stop": 873911110
        },
        {
            "start": 873911115,
            "stop": 873911120
        },
        {
            "start": 873911123,
            "stop": 873911126
        },
        {
            "start": 873911132,
            "stop": 873911134
        },
        {
            "start": 873911140,
            "stop": 873911154
        },
        {
            "start": 873911157,
            "stop": 873911189
        },
        {
            "start": 873911194,
            "stop": 873911201
        },
        {
            "start": 873911204,
            "stop": 873911208
        },
        {
            "start": 873911213,
            "stop": 873911230
        },
        {
            "start": 873911233,
            "stop": 873911244
        },
        {
            "start": 873911247,
            "stop": 873911258
        },
        {
            "start": 873911261,
            "stop": 873911277
        },
        {
            "start": 873911280,
            "stop": 873911289
        },
        {
            "start": 873911292,
            "stop": 873911318
        },
        {
            "start": 873911321,
            "stop": 873911393
        },
        {
            "start": 873911396,
            "stop": 873911404
        },
        {
            "start": 873911408,
            "stop": 873911414
        },
        {
            "start": 873911433,
            "stop": 873911434
        },
        {
            "start": 873911438,
            "stop": 873911441
        }
    ]
}