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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=318",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 319,
    "results": [
        {
            "start": 828902467,
            "stop": 828902475
        },
        {
            "start": 828902477,
            "stop": 828902478
        },
        {
            "start": 828902481,
            "stop": 828902492
        },
        {
            "start": 828902494,
            "stop": 828902507
        },
        {
            "start": 828902509,
            "stop": 828902516
        },
        {
            "start": 828902518,
            "stop": 828902521
        },
        {
            "start": 828902523,
            "stop": 828902539
        },
        {
            "start": 828902541,
            "stop": 828902554
        },
        {
            "start": 828902556,
            "stop": 828902574
        },
        {
            "start": 828902575,
            "stop": 828902580
        },
        {
            "start": 828902582,
            "stop": 828902583
        },
        {
            "start": 828902585,
            "stop": 828902602
        },
        {
            "start": 828902605,
            "stop": 828902607
        },
        {
            "start": 828902609,
            "stop": 828902620
        },
        {
            "start": 828902622,
            "stop": 828902623
        },
        {
            "start": 828902626,
            "stop": 828902627
        },
        {
            "start": 828902633,
            "stop": 828902635
        },
        {
            "start": 828902637,
            "stop": 828902644
        },
        {
            "start": 828902646,
            "stop": 828902651
        },
        {
            "start": 828902653,
            "stop": 828902656
        }
    ]
}