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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 277,
    "results": [
        {
            "start": 818235053,
            "stop": 818235056
        },
        {
            "start": 818235066,
            "stop": 818235068
        },
        {
            "start": 818235073,
            "stop": 818235077
        },
        {
            "start": 818235081,
            "stop": 818235084
        },
        {
            "start": 818235101,
            "stop": 818235107
        },
        {
            "start": 818235111,
            "stop": 818235112
        },
        {
            "start": 818235119,
            "stop": 818235122
        },
        {
            "start": 818235126,
            "stop": 818235127
        },
        {
            "start": 818235143,
            "stop": 818235145
        },
        {
            "start": 818235151,
            "stop": 818235163
        },
        {
            "start": 818235173,
            "stop": 818235174
        },
        {
            "start": 818235196,
            "stop": 818235199
        },
        {
            "start": 818235203,
            "stop": 818235204
        },
        {
            "start": 818235210,
            "stop": 818235213
        },
        {
            "start": 818235221,
            "stop": 818235225
        },
        {
            "start": 818235230,
            "stop": 818235231
        },
        {
            "start": 818235234,
            "stop": 818235235
        },
        {
            "start": 818235245,
            "stop": 818235250
        },
        {
            "start": 818235255,
            "stop": 818235256
        },
        {
            "start": 818235259,
            "stop": 818235261
        }
    ]
}