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=511
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=512",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=510",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 511,
    "results": [
        {
            "start": 1184751621,
            "stop": 1184751625
        },
        {
            "start": 1184751627,
            "stop": 1184752368
        },
        {
            "start": 1184752373,
            "stop": 1184752430
        },
        {
            "start": 1184752437,
            "stop": 1184752618
        },
        {
            "start": 1184752622,
            "stop": 1184752623
        },
        {
            "start": 1184752625,
            "stop": 1184752636
        },
        {
            "start": 1184752638,
            "stop": 1184752639
        },
        {
            "start": 1184752651,
            "stop": 1184752661
        },
        {
            "start": 1184752668,
            "stop": 1184752671
        },
        {
            "start": 1184752680,
            "stop": 1184752682
        },
        {
            "start": 1184752687,
            "stop": 1184752688
        },
        {
            "start": 1184752690,
            "stop": 1184752706
        },
        {
            "start": 1184752711,
            "stop": 1184752712
        },
        {
            "start": 1184752719,
            "stop": 1184752752
        },
        {
            "start": 1184752754,
            "stop": 1184752755
        },
        {
            "start": 1184752757,
            "stop": 1184752788
        },
        {
            "start": 1184752793,
            "stop": 1184752837
        },
        {
            "start": 1184752839,
            "stop": 1184752842
        },
        {
            "start": 1184752844,
            "stop": 1184752865
        },
        {
            "start": 1184752881,
            "stop": 1184753057
        }
    ]
}