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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3116",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3117,
    "results": [
        {
            "start": 867657945,
            "stop": 867663391
        },
        {
            "start": 867663394,
            "stop": 867666057
        },
        {
            "start": 867666063,
            "stop": 867676560
        },
        {
            "start": 867676680,
            "stop": 867678332
        },
        {
            "start": 867678338,
            "stop": 867679142
        },
        {
            "start": 867679150,
            "stop": 867679162
        },
        {
            "start": 867679168,
            "stop": 867679175
        },
        {
            "start": 867679180,
            "stop": 867679192
        },
        {
            "start": 867679200,
            "stop": 867680800
        },
        {
            "start": 867680805,
            "stop": 867680820
        },
        {
            "start": 867680880,
            "stop": 867680905
        },
        {
            "start": 867680908,
            "stop": 867682020
        },
        {
            "start": 867682200,
            "stop": 867683400
        },
        {
            "start": 867683520,
            "stop": 867685020
        },
        {
            "start": 867685080,
            "stop": 867685244
        },
        {
            "start": 867685425,
            "stop": 867685602
        },
        {
            "start": 867685606,
            "stop": 867686160
        },
        {
            "start": 867686220,
            "stop": 867687405
        },
        {
            "start": 867687728,
            "stop": 867688920
        },
        {
            "start": 867689040,
            "stop": 867689100
        }
    ]
}