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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 215,
    "results": [
        {
            "start": 1126867816,
            "stop": 1126867817
        },
        {
            "start": 1126867818,
            "stop": 1126867831
        },
        {
            "start": 1126867832,
            "stop": 1126867890
        },
        {
            "start": 1126867892,
            "stop": 1126867896
        },
        {
            "start": 1126867898,
            "stop": 1126867910
        },
        {
            "start": 1126867912,
            "stop": 1126867913
        },
        {
            "start": 1126867914,
            "stop": 1126867917
        },
        {
            "start": 1126867919,
            "stop": 1126867937
        },
        {
            "start": 1126867940,
            "stop": 1126868021
        },
        {
            "start": 1126868022,
            "stop": 1126868180
        },
        {
            "start": 1126868181,
            "stop": 1126868189
        },
        {
            "start": 1126868191,
            "stop": 1126868205
        },
        {
            "start": 1126868207,
            "stop": 1126868280
        },
        {
            "start": 1126868281,
            "stop": 1126868321
        },
        {
            "start": 1126868322,
            "stop": 1126868607
        },
        {
            "start": 1126868608,
            "stop": 1126868611
        },
        {
            "start": 1126868613,
            "stop": 1126868614
        },
        {
            "start": 1126868615,
            "stop": 1126868617
        },
        {
            "start": 1126868618,
            "stop": 1126868622
        },
        {
            "start": 1126868624,
            "stop": 1126868625
        }
    ]
}