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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=228",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 229,
    "results": [
        {
            "start": 931162177,
            "stop": 931162178
        },
        {
            "start": 931162180,
            "stop": 931162182
        },
        {
            "start": 931162184,
            "stop": 931162186
        },
        {
            "start": 931162187,
            "stop": 931162192
        },
        {
            "start": 931162193,
            "stop": 931162195
        },
        {
            "start": 931162201,
            "stop": 931162202
        },
        {
            "start": 931162204,
            "stop": 931162212
        },
        {
            "start": 931162214,
            "stop": 931162216
        },
        {
            "start": 931162217,
            "stop": 931162220
        },
        {
            "start": 931162222,
            "stop": 931162225
        },
        {
            "start": 931162227,
            "stop": 931162229
        },
        {
            "start": 931162233,
            "stop": 931162241
        },
        {
            "start": 931162243,
            "stop": 931162247
        },
        {
            "start": 931162248,
            "stop": 931162254
        },
        {
            "start": 931162255,
            "stop": 931162259
        },
        {
            "start": 931162260,
            "stop": 931162264
        },
        {
            "start": 931162265,
            "stop": 931162267
        },
        {
            "start": 931162270,
            "stop": 931162271
        },
        {
            "start": 931162272,
            "stop": 931162279
        },
        {
            "start": 931162280,
            "stop": 931162282
        }
    ]
}