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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 46,
    "results": [
        {
            "start": 1371279088,
            "stop": 1371280517
        },
        {
            "start": 1371280522,
            "stop": 1371280762
        },
        {
            "start": 1371280767,
            "stop": 1371280838
        },
        {
            "start": 1371280848,
            "stop": 1371280852
        },
        {
            "start": 1371280857,
            "stop": 1371280861
        },
        {
            "start": 1371280866,
            "stop": 1371280868
        },
        {
            "start": 1371280873,
            "stop": 1371280893
        },
        {
            "start": 1371280898,
            "stop": 1371280909
        },
        {
            "start": 1371280914,
            "stop": 1371280919
        },
        {
            "start": 1371291914,
            "stop": 1371296553
        },
        {
            "start": 1371296558,
            "stop": 1371304447
        },
        {
            "start": 1371304452,
            "stop": 1371305144
        },
        {
            "start": 1371305149,
            "stop": 1371305534
        },
        {
            "start": 1371305539,
            "stop": 1371306087
        },
        {
            "start": 1371348585,
            "stop": 1371351929
        },
        {
            "start": 1371351934,
            "stop": 1371358495
        },
        {
            "start": 1371358500,
            "stop": 1371364288
        },
        {
            "start": 1371364293,
            "stop": 1371364446
        },
        {
            "start": 1371364451,
            "stop": 1371366945
        },
        {
            "start": 1371366950,
            "stop": 1371369489
        }
    ]
}