Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=260
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=259",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 260,
    "results": [
        {
            "start": 818230080,
            "stop": 818230081
        },
        {
            "start": 818230084,
            "stop": 818230086
        },
        {
            "start": 818230095,
            "stop": 818230097
        },
        {
            "start": 818230104,
            "stop": 818230106
        },
        {
            "start": 818230113,
            "stop": 818230114
        },
        {
            "start": 818230123,
            "stop": 818230125
        },
        {
            "start": 818230128,
            "stop": 818230132
        },
        {
            "start": 818230137,
            "stop": 818230138
        },
        {
            "start": 818230163,
            "stop": 818230165
        },
        {
            "start": 818230168,
            "stop": 818230169
        },
        {
            "start": 818230172,
            "stop": 818230179
        },
        {
            "start": 818230184,
            "stop": 818230185
        },
        {
            "start": 818230189,
            "stop": 818230190
        },
        {
            "start": 818230196,
            "stop": 818230197
        },
        {
            "start": 818230221,
            "stop": 818230224
        },
        {
            "start": 818230237,
            "stop": 818230240
        },
        {
            "start": 818230247,
            "stop": 818230251
        },
        {
            "start": 818230254,
            "stop": 818230259
        },
        {
            "start": 818230265,
            "stop": 818230266
        },
        {
            "start": 818230270,
            "stop": 818230271
        }
    ]
}