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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41069",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41070,
    "results": [
        {
            "start": 875208768,
            "stop": 875208799
        },
        {
            "start": 875208800,
            "stop": 875208823
        },
        {
            "start": 875208824,
            "stop": 875208864
        },
        {
            "start": 875208865,
            "stop": 875208882
        },
        {
            "start": 875208883,
            "stop": 875208894
        },
        {
            "start": 875208895,
            "stop": 875208924
        },
        {
            "start": 875208925,
            "stop": 875208945
        },
        {
            "start": 875208946,
            "stop": 875209085
        },
        {
            "start": 875209086,
            "stop": 875209135
        },
        {
            "start": 875209138,
            "stop": 875209173
        },
        {
            "start": 875209174,
            "stop": 875209175
        },
        {
            "start": 875209176,
            "stop": 875209245
        },
        {
            "start": 875209246,
            "stop": 875209247
        },
        {
            "start": 875209248,
            "stop": 875209270
        },
        {
            "start": 875209271,
            "stop": 875209352
        },
        {
            "start": 875209353,
            "stop": 875209377
        },
        {
            "start": 875209378,
            "stop": 875209414
        },
        {
            "start": 875209415,
            "stop": 875209419
        },
        {
            "start": 875209420,
            "stop": 875209445
        },
        {
            "start": 875209446,
            "stop": 875209447
        }
    ]
}