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=40736
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=40737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40735",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40736,
    "results": [
        {
            "start": 874966162,
            "stop": 874966169
        },
        {
            "start": 874966171,
            "stop": 874966205
        },
        {
            "start": 874966206,
            "stop": 874966213
        },
        {
            "start": 874966214,
            "stop": 874966237
        },
        {
            "start": 874966240,
            "stop": 874966321
        },
        {
            "start": 874966323,
            "stop": 874966342
        },
        {
            "start": 874966343,
            "stop": 874966358
        },
        {
            "start": 874966360,
            "stop": 874966372
        },
        {
            "start": 874966373,
            "stop": 874966406
        },
        {
            "start": 874966407,
            "stop": 874966434
        },
        {
            "start": 874966435,
            "stop": 874966450
        },
        {
            "start": 874966452,
            "stop": 874966513
        },
        {
            "start": 874966516,
            "stop": 874966553
        },
        {
            "start": 874966554,
            "stop": 874966590
        },
        {
            "start": 874966591,
            "stop": 874966597
        },
        {
            "start": 874966598,
            "stop": 874966608
        },
        {
            "start": 874966609,
            "stop": 874966636
        },
        {
            "start": 874966638,
            "stop": 874966641
        },
        {
            "start": 874966645,
            "stop": 874966668
        },
        {
            "start": 874966669,
            "stop": 874966727
        }
    ]
}