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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 285,
    "results": [
        {
            "start": 848323560,
            "stop": 848323678
        },
        {
            "start": 848323978,
            "stop": 848324845
        },
        {
            "start": 848325145,
            "stop": 848325461
        },
        {
            "start": 848326949,
            "stop": 848327037
        },
        {
            "start": 848327043,
            "stop": 848330303
        },
        {
            "start": 848331636,
            "stop": 848335333
        },
        {
            "start": 848335633,
            "stop": 848340312
        },
        {
            "start": 848340419,
            "stop": 848346951
        },
        {
            "start": 848346952,
            "stop": 848347020
        },
        {
            "start": 848347022,
            "stop": 848347134
        },
        {
            "start": 848347135,
            "stop": 848347137
        },
        {
            "start": 848347138,
            "stop": 848347139
        },
        {
            "start": 848347140,
            "stop": 848347150
        },
        {
            "start": 848347152,
            "stop": 848347193
        },
        {
            "start": 848347196,
            "stop": 848347241
        },
        {
            "start": 848347242,
            "stop": 848347260
        },
        {
            "start": 848347261,
            "stop": 848347273
        },
        {
            "start": 848348195,
            "stop": 848348306
        },
        {
            "start": 848348311,
            "stop": 848348326
        },
        {
            "start": 848348328,
            "stop": 848348336
        }
    ]
}