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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=118",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 119,
    "results": [
        {
            "start": 832182009,
            "stop": 832182290
        },
        {
            "start": 832182610,
            "stop": 832183621
        },
        {
            "start": 832184021,
            "stop": 832185206
        },
        {
            "start": 832185614,
            "stop": 832196691
        },
        {
            "start": 832198250,
            "stop": 832198359
        },
        {
            "start": 832198938,
            "stop": 832198973
        },
        {
            "start": 832200784,
            "stop": 832200919
        },
        {
            "start": 832201395,
            "stop": 832201791
        },
        {
            "start": 832203059,
            "stop": 832205683
        },
        {
            "start": 832208232,
            "stop": 832234810
        },
        {
            "start": 832235446,
            "stop": 832271990
        },
        {
            "start": 832274275,
            "stop": 832274866
        },
        {
            "start": 832278133,
            "stop": 832284891
        },
        {
            "start": 832286339,
            "stop": 832295716
        },
        {
            "start": 832299890,
            "stop": 832300392
        },
        {
            "start": 832301633,
            "stop": 832331631
        },
        {
            "start": 832336403,
            "stop": 832338049
        },
        {
            "start": 832341731,
            "stop": 832343008
        },
        {
            "start": 832343408,
            "stop": 832343824
        },
        {
            "start": 832344144,
            "stop": 832344995
        }
    ]
}