Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=10",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 11,
    "results": [
        {
            "start": 931054179,
            "stop": 931054180
        },
        {
            "start": 931054185,
            "stop": 931054187
        },
        {
            "start": 931054188,
            "stop": 931054192
        },
        {
            "start": 931054193,
            "stop": 931054205
        },
        {
            "start": 931054206,
            "stop": 931054207
        },
        {
            "start": 931054208,
            "stop": 931054209
        },
        {
            "start": 931054211,
            "stop": 931054213
        },
        {
            "start": 931054215,
            "stop": 931054216
        },
        {
            "start": 931054219,
            "stop": 931054221
        },
        {
            "start": 931054223,
            "stop": 931054228
        },
        {
            "start": 931054230,
            "stop": 931054233
        },
        {
            "start": 931054234,
            "stop": 931054242
        },
        {
            "start": 931054243,
            "stop": 931054252
        },
        {
            "start": 931054253,
            "stop": 931054254
        },
        {
            "start": 931054255,
            "stop": 931054257
        },
        {
            "start": 931054260,
            "stop": 931054262
        },
        {
            "start": 931054264,
            "stop": 931054269
        },
        {
            "start": 931054270,
            "stop": 931054271
        },
        {
            "start": 931054272,
            "stop": 931054274
        },
        {
            "start": 931054278,
            "stop": 931054279
        }
    ]
}