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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=212",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 213,
    "results": [
        {
            "start": 818214035,
            "stop": 818214036
        },
        {
            "start": 818214040,
            "stop": 818214041
        },
        {
            "start": 818214054,
            "stop": 818214056
        },
        {
            "start": 818214132,
            "stop": 818214134
        },
        {
            "start": 818214140,
            "stop": 818214145
        },
        {
            "start": 818214153,
            "stop": 818214154
        },
        {
            "start": 818214160,
            "stop": 818214161
        },
        {
            "start": 818214164,
            "stop": 818214165
        },
        {
            "start": 818214186,
            "stop": 818214191
        },
        {
            "start": 818214194,
            "stop": 818214195
        },
        {
            "start": 818214202,
            "stop": 818214204
        },
        {
            "start": 818214210,
            "stop": 818214211
        },
        {
            "start": 818214223,
            "stop": 818214225
        },
        {
            "start": 818214232,
            "stop": 818214233
        },
        {
            "start": 818214242,
            "stop": 818214248
        },
        {
            "start": 818214260,
            "stop": 818214261
        },
        {
            "start": 818214264,
            "stop": 818214266
        },
        {
            "start": 818214269,
            "stop": 818214272
        },
        {
            "start": 818214286,
            "stop": 818214288
        },
        {
            "start": 818214298,
            "stop": 818214300
        }
    ]
}