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_CAT4H/segments?format=api&page=33207
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=33208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33206",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33207,
    "results": [
        {
            "start": 970909751,
            "stop": 970909978
        },
        {
            "start": 970909979,
            "stop": 970910138
        },
        {
            "start": 970910141,
            "stop": 970910211
        },
        {
            "start": 970910212,
            "stop": 970910216
        },
        {
            "start": 970910217,
            "stop": 970910240
        },
        {
            "start": 970910241,
            "stop": 970910400
        },
        {
            "start": 970910401,
            "stop": 970910438
        },
        {
            "start": 970910439,
            "stop": 970910785
        },
        {
            "start": 970910786,
            "stop": 970910902
        },
        {
            "start": 970910905,
            "stop": 970911056
        },
        {
            "start": 970911059,
            "stop": 970911201
        },
        {
            "start": 970911202,
            "stop": 970911326
        },
        {
            "start": 970911327,
            "stop": 970911439
        },
        {
            "start": 970911440,
            "stop": 970911538
        },
        {
            "start": 970911540,
            "stop": 970911552
        },
        {
            "start": 970911555,
            "stop": 970911572
        },
        {
            "start": 970911573,
            "stop": 970911584
        },
        {
            "start": 970911585,
            "stop": 970911587
        },
        {
            "start": 970911590,
            "stop": 970911630
        },
        {
            "start": 970911631,
            "stop": 970911753
        }
    ]
}