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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=335",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 336,
    "results": [
        {
            "start": 823868255,
            "stop": 823870748
        },
        {
            "start": 823871572,
            "stop": 823876000
        },
        {
            "start": 823878141,
            "stop": 823881420
        },
        {
            "start": 823881480,
            "stop": 823881720
        },
        {
            "start": 823881780,
            "stop": 823882380
        },
        {
            "start": 823882440,
            "stop": 823883640
        },
        {
            "start": 823883700,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823950363
        },
        {
            "start": 823950366,
            "stop": 823950636
        },
        {
            "start": 823950640,
            "stop": 823952430
        },
        {
            "start": 823952433,
            "stop": 823952527
        },
        {
            "start": 823952530,
            "stop": 823952927
        },
        {
            "start": 823952931,
            "stop": 823953650
        },
        {
            "start": 823953654,
            "stop": 823956120
        },
        {
            "start": 823956180,
            "stop": 823956310
        },
        {
            "start": 823956314,
            "stop": 823958777
        },
        {
            "start": 823958780,
            "stop": 823958967
        },
        {
            "start": 823958970,
            "stop": 823959009
        },
        {
            "start": 823959012,
            "stop": 823959040
        },
        {
            "start": 823959043,
            "stop": 823959090
        }
    ]
}