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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 243,
    "results": [
        {
            "start": 931677093,
            "stop": 931677097
        },
        {
            "start": 931677100,
            "stop": 931677106
        },
        {
            "start": 931677109,
            "stop": 931677112
        },
        {
            "start": 931677115,
            "stop": 931677117
        },
        {
            "start": 931677120,
            "stop": 931677121
        },
        {
            "start": 931677124,
            "stop": 931677125
        },
        {
            "start": 931677128,
            "stop": 931677129
        },
        {
            "start": 931677131,
            "stop": 931677132
        },
        {
            "start": 931677135,
            "stop": 931677138
        },
        {
            "start": 931677142,
            "stop": 931677149
        },
        {
            "start": 931677152,
            "stop": 931677155
        },
        {
            "start": 931677158,
            "stop": 931677159
        },
        {
            "start": 931677163,
            "stop": 931677164
        },
        {
            "start": 931677169,
            "stop": 931677170
        },
        {
            "start": 931677175,
            "stop": 931677180
        },
        {
            "start": 931677183,
            "stop": 931677190
        },
        {
            "start": 931677195,
            "stop": 931677204
        },
        {
            "start": 931677209,
            "stop": 931677218
        },
        {
            "start": 931677221,
            "stop": 931677229
        },
        {
            "start": 931677232,
            "stop": 931677236
        }
    ]
}