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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=412",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 413,
    "results": [
        {
            "start": 939406812,
            "stop": 939407079
        },
        {
            "start": 939412536,
            "stop": 939415104
        },
        {
            "start": 939421539,
            "stop": 939424883
        },
        {
            "start": 939426231,
            "stop": 939430239
        },
        {
            "start": 939431382,
            "stop": 939440294
        },
        {
            "start": 939440296,
            "stop": 939447818
        },
        {
            "start": 939460728,
            "stop": 939464750
        },
        {
            "start": 939467618,
            "stop": 939469419
        },
        {
            "start": 939472264,
            "stop": 939472408
        },
        {
            "start": 939472409,
            "stop": 939475137
        },
        {
            "start": 939475141,
            "stop": 939475174
        },
        {
            "start": 939477180,
            "stop": 939479759
        },
        {
            "start": 939479761,
            "stop": 939481452
        },
        {
            "start": 939518254,
            "stop": 939521179
        },
        {
            "start": 939533692,
            "stop": 939561012
        },
        {
            "start": 939618730,
            "stop": 939628359
        },
        {
            "start": 939634851,
            "stop": 939635298
        },
        {
            "start": 939635299,
            "stop": 939646913
        },
        {
            "start": 939646919,
            "stop": 939647936
        },
        {
            "start": 939653334,
            "stop": 939655721
        }
    ]
}