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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16745",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16746,
    "results": [
        {
            "start": 875071845,
            "stop": 875071912
        },
        {
            "start": 875071913,
            "stop": 875072012
        },
        {
            "start": 875072013,
            "stop": 875072021
        },
        {
            "start": 875072022,
            "stop": 875072432
        },
        {
            "start": 875072434,
            "stop": 875072452
        },
        {
            "start": 875072454,
            "stop": 875072635
        },
        {
            "start": 875072636,
            "stop": 875072753
        },
        {
            "start": 875072754,
            "stop": 875073015
        },
        {
            "start": 875073017,
            "stop": 875073079
        },
        {
            "start": 875073081,
            "stop": 875073204
        },
        {
            "start": 875073206,
            "stop": 875073377
        },
        {
            "start": 875073380,
            "stop": 875073624
        },
        {
            "start": 875073625,
            "stop": 875073746
        },
        {
            "start": 875073747,
            "stop": 875073786
        },
        {
            "start": 875073787,
            "stop": 875073930
        },
        {
            "start": 875073931,
            "stop": 875073935
        },
        {
            "start": 875073936,
            "stop": 875074071
        },
        {
            "start": 875074072,
            "stop": 875074173
        },
        {
            "start": 875074174,
            "stop": 875074451
        },
        {
            "start": 875074452,
            "stop": 875075069
        }
    ]
}