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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=332",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 333,
    "results": [
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823256444
        },
        {
            "start": 823256625,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823267346
        },
        {
            "start": 823267350,
            "stop": 823273959
        },
        {
            "start": 823274402,
            "stop": 823275900
        },
        {
            "start": 823276080,
            "stop": 823277151
        },
        {
            "start": 823277155,
            "stop": 823277340
        },
        {
            "start": 823277400,
            "stop": 823277661
        },
        {
            "start": 823279064,
            "stop": 823280133
        },
        {
            "start": 823281109,
            "stop": 823282080
        },
        {
            "start": 823282140,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336752
        },
        {
            "start": 823339195,
            "stop": 823347975
        },
        {
            "start": 823347979,
            "stop": 823351071
        },
        {
            "start": 823351371,
            "stop": 823355071
        },
        {
            "start": 823355075,
            "stop": 823355485
        },
        {
            "start": 823357804,
            "stop": 823361284
        },
        {
            "start": 823410891,
            "stop": 823423193
        },
        {
            "start": 823426108,
            "stop": 823440883
        }
    ]
}