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=33212
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=33213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33211",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33212,
    "results": [
        {
            "start": 970918720,
            "stop": 970918723
        },
        {
            "start": 970918724,
            "stop": 970918801
        },
        {
            "start": 970918808,
            "stop": 970918845
        },
        {
            "start": 970918848,
            "stop": 970918896
        },
        {
            "start": 970918897,
            "stop": 970918931
        },
        {
            "start": 970918934,
            "stop": 970918987
        },
        {
            "start": 970918988,
            "stop": 970919030
        },
        {
            "start": 970919031,
            "stop": 970919066
        },
        {
            "start": 970919068,
            "stop": 970919072
        },
        {
            "start": 970919075,
            "stop": 970919101
        },
        {
            "start": 970919104,
            "stop": 970919165
        },
        {
            "start": 970919169,
            "stop": 970919190
        },
        {
            "start": 970919191,
            "stop": 970919234
        },
        {
            "start": 970919235,
            "stop": 970919299
        },
        {
            "start": 970919302,
            "stop": 970919390
        },
        {
            "start": 970919391,
            "stop": 970919412
        },
        {
            "start": 970919413,
            "stop": 970919510
        },
        {
            "start": 970919513,
            "stop": 970919553
        },
        {
            "start": 970919554,
            "stop": 970919594
        },
        {
            "start": 970919595,
            "stop": 970919607
        }
    ]
}