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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=274",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 275,
    "results": [
        {
            "start": 822491679,
            "stop": 822491738
        },
        {
            "start": 822491742,
            "stop": 822491781
        },
        {
            "start": 822491785,
            "stop": 822491922
        },
        {
            "start": 822491925,
            "stop": 822491948
        },
        {
            "start": 822491952,
            "stop": 822491953
        },
        {
            "start": 822492074,
            "stop": 822492093
        },
        {
            "start": 822492096,
            "stop": 822492412
        },
        {
            "start": 822492415,
            "stop": 822492782
        },
        {
            "start": 822492786,
            "stop": 822492789
        },
        {
            "start": 822492793,
            "stop": 822492912
        },
        {
            "start": 822492915,
            "stop": 822492983
        },
        {
            "start": 822493283,
            "stop": 822493437
        },
        {
            "start": 822493440,
            "stop": 822493597
        },
        {
            "start": 822493600,
            "stop": 822493710
        },
        {
            "start": 822493713,
            "stop": 822493715
        },
        {
            "start": 822493718,
            "stop": 822493993
        },
        {
            "start": 822494164,
            "stop": 822494204
        },
        {
            "start": 822494207,
            "stop": 822494328
        },
        {
            "start": 822494405,
            "stop": 822494428
        },
        {
            "start": 822494431,
            "stop": 822494440
        }
    ]
}