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=5939
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=5940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5938",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5939,
    "results": [
        {
            "start": 873186123,
            "stop": 873186126
        },
        {
            "start": 873186127,
            "stop": 873186139
        },
        {
            "start": 873186140,
            "stop": 873186141
        },
        {
            "start": 873186142,
            "stop": 873186146
        },
        {
            "start": 873186148,
            "stop": 873186150
        },
        {
            "start": 873186152,
            "stop": 873186156
        },
        {
            "start": 873186157,
            "stop": 873186161
        },
        {
            "start": 873186162,
            "stop": 873186169
        },
        {
            "start": 873186172,
            "stop": 873186176
        },
        {
            "start": 873186177,
            "stop": 873186181
        },
        {
            "start": 873186182,
            "stop": 873186185
        },
        {
            "start": 873186186,
            "stop": 873186190
        },
        {
            "start": 873186192,
            "stop": 873186193
        },
        {
            "start": 873186194,
            "stop": 873186198
        },
        {
            "start": 873186199,
            "stop": 873186201
        },
        {
            "start": 873186202,
            "stop": 873186218
        },
        {
            "start": 873186219,
            "stop": 873186226
        },
        {
            "start": 873186227,
            "stop": 873186241
        },
        {
            "start": 873186243,
            "stop": 873186288
        },
        {
            "start": 873186289,
            "stop": 873186295
        }
    ]
}