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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=303",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 304,
    "results": [
        {
            "start": 933631385,
            "stop": 933631387
        },
        {
            "start": 933631389,
            "stop": 933631412
        },
        {
            "start": 933631415,
            "stop": 933631419
        },
        {
            "start": 933631421,
            "stop": 933631428
        },
        {
            "start": 933631430,
            "stop": 933631436
        },
        {
            "start": 933631440,
            "stop": 933631466
        },
        {
            "start": 933658954,
            "stop": 933660180
        },
        {
            "start": 933660182,
            "stop": 933660206
        },
        {
            "start": 933660209,
            "stop": 933660213
        },
        {
            "start": 933660215,
            "stop": 933660229
        },
        {
            "start": 933660233,
            "stop": 933661036
        },
        {
            "start": 933661038,
            "stop": 933661159
        },
        {
            "start": 933679663,
            "stop": 933681754
        },
        {
            "start": 933681757,
            "stop": 933681779
        },
        {
            "start": 933681782,
            "stop": 933681812
        },
        {
            "start": 933681814,
            "stop": 933681820
        },
        {
            "start": 933681822,
            "stop": 933681829
        },
        {
            "start": 933681833,
            "stop": 933681980
        },
        {
            "start": 933685797,
            "stop": 933688952
        },
        {
            "start": 933688955,
            "stop": 933688981
        }
    ]
}