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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=280",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 281,
    "results": [
        {
            "start": 1177607278,
            "stop": 1177607648
        },
        {
            "start": 1177607649,
            "stop": 1177613279
        },
        {
            "start": 1177613280,
            "stop": 1177613339
        },
        {
            "start": 1177613340,
            "stop": 1177618805
        },
        {
            "start": 1177620375,
            "stop": 1177623308
        },
        {
            "start": 1177623309,
            "stop": 1177623823
        },
        {
            "start": 1177623824,
            "stop": 1177624092
        },
        {
            "start": 1177624093,
            "stop": 1177639567
        },
        {
            "start": 1177639568,
            "stop": 1177640737
        },
        {
            "start": 1177640738,
            "stop": 1177642422
        },
        {
            "start": 1177642425,
            "stop": 1177647180
        },
        {
            "start": 1177647181,
            "stop": 1177647565
        },
        {
            "start": 1177647566,
            "stop": 1177647569
        },
        {
            "start": 1177647571,
            "stop": 1177647617
        },
        {
            "start": 1177647618,
            "stop": 1177647629
        },
        {
            "start": 1177647630,
            "stop": 1177647631
        },
        {
            "start": 1177647632,
            "stop": 1177647637
        },
        {
            "start": 1177647638,
            "stop": 1177647639
        },
        {
            "start": 1177647640,
            "stop": 1177647656
        },
        {
            "start": 1177647658,
            "stop": 1177647858
        }
    ]
}