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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=190",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 191,
    "results": [
        {
            "start": 931151202,
            "stop": 931151203
        },
        {
            "start": 931151205,
            "stop": 931151206
        },
        {
            "start": 931151208,
            "stop": 931151209
        },
        {
            "start": 931151212,
            "stop": 931151214
        },
        {
            "start": 931151216,
            "stop": 931151218
        },
        {
            "start": 931151219,
            "stop": 931151227
        },
        {
            "start": 931151228,
            "stop": 931151235
        },
        {
            "start": 931151236,
            "stop": 931151238
        },
        {
            "start": 931151241,
            "stop": 931151245
        },
        {
            "start": 931151246,
            "stop": 931151255
        },
        {
            "start": 931151256,
            "stop": 931151259
        },
        {
            "start": 931151263,
            "stop": 931151267
        },
        {
            "start": 931151273,
            "stop": 931151274
        },
        {
            "start": 931151276,
            "stop": 931151279
        },
        {
            "start": 931151281,
            "stop": 931151283
        },
        {
            "start": 931151285,
            "stop": 931151296
        },
        {
            "start": 931151300,
            "stop": 931151305
        },
        {
            "start": 931151306,
            "stop": 931151308
        },
        {
            "start": 931151309,
            "stop": 931151312
        },
        {
            "start": 931151314,
            "stop": 931151315
        }
    ]
}