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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=358",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 359,
    "results": [
        {
            "start": 931916646,
            "stop": 931916995
        },
        {
            "start": 931916998,
            "stop": 931918947
        },
        {
            "start": 931918949,
            "stop": 931919236
        },
        {
            "start": 931919240,
            "stop": 931919901
        },
        {
            "start": 931919902,
            "stop": 931921669
        },
        {
            "start": 931932667,
            "stop": 931932862
        },
        {
            "start": 931932863,
            "stop": 931933708
        },
        {
            "start": 931933711,
            "stop": 931933927
        },
        {
            "start": 931933930,
            "stop": 931935024
        },
        {
            "start": 931935027,
            "stop": 931937055
        },
        {
            "start": 931937056,
            "stop": 931937982
        },
        {
            "start": 931938882,
            "stop": 931939462
        },
        {
            "start": 931939465,
            "stop": 931939501
        },
        {
            "start": 931939502,
            "stop": 931941028
        },
        {
            "start": 931941031,
            "stop": 931941367
        },
        {
            "start": 931941370,
            "stop": 931943363
        },
        {
            "start": 931943364,
            "stop": 931950651
        },
        {
            "start": 931950652,
            "stop": 931953210
        },
        {
            "start": 931953211,
            "stop": 931954252
        },
        {
            "start": 931954254,
            "stop": 931954259
        }
    ]
}