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_CAT3H/segments?format=api&page=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=101",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 102,
    "results": [
        {
            "start": 931092220,
            "stop": 931092221
        },
        {
            "start": 931092222,
            "stop": 931092223
        },
        {
            "start": 931092224,
            "stop": 931092227
        },
        {
            "start": 931092228,
            "stop": 931092229
        },
        {
            "start": 931092231,
            "stop": 931092232
        },
        {
            "start": 931092233,
            "stop": 931092234
        },
        {
            "start": 931092235,
            "stop": 931092236
        },
        {
            "start": 931092238,
            "stop": 931092247
        },
        {
            "start": 931092249,
            "stop": 931092253
        },
        {
            "start": 931092256,
            "stop": 931092257
        },
        {
            "start": 931092270,
            "stop": 931092295
        },
        {
            "start": 931092297,
            "stop": 931092298
        },
        {
            "start": 931092299,
            "stop": 931092300
        },
        {
            "start": 931092302,
            "stop": 931092306
        },
        {
            "start": 931092308,
            "stop": 931092310
        },
        {
            "start": 931092318,
            "stop": 931092319
        },
        {
            "start": 931092320,
            "stop": 931092321
        },
        {
            "start": 931092323,
            "stop": 931092324
        },
        {
            "start": 931092325,
            "stop": 931092327
        },
        {
            "start": 931092328,
            "stop": 931092337
        }
    ]
}