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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6521",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6522,
    "results": [
        {
            "start": 874283032,
            "stop": 874283117
        },
        {
            "start": 874283119,
            "stop": 874283360
        },
        {
            "start": 874283361,
            "stop": 874283560
        },
        {
            "start": 874283562,
            "stop": 874283891
        },
        {
            "start": 874283892,
            "stop": 874284068
        },
        {
            "start": 874284069,
            "stop": 874284242
        },
        {
            "start": 874284244,
            "stop": 874284393
        },
        {
            "start": 874284395,
            "stop": 874284513
        },
        {
            "start": 874284514,
            "stop": 874284521
        },
        {
            "start": 874284523,
            "stop": 874285629
        },
        {
            "start": 874285630,
            "stop": 874285915
        },
        {
            "start": 874285916,
            "stop": 874285920
        },
        {
            "start": 874285921,
            "stop": 874286181
        },
        {
            "start": 874286182,
            "stop": 874286399
        },
        {
            "start": 874286400,
            "stop": 874286687
        },
        {
            "start": 874286688,
            "stop": 874287359
        },
        {
            "start": 874287360,
            "stop": 874287581
        },
        {
            "start": 874287582,
            "stop": 874287821
        },
        {
            "start": 874287822,
            "stop": 874287871
        },
        {
            "start": 874287872,
            "stop": 874288665
        }
    ]
}