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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=302",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 303,
    "results": [
        {
            "start": 842213123,
            "stop": 842213206
        },
        {
            "start": 842213208,
            "stop": 842213234
        },
        {
            "start": 842213236,
            "stop": 842213245
        },
        {
            "start": 842213247,
            "stop": 842213558
        },
        {
            "start": 842213560,
            "stop": 842213575
        },
        {
            "start": 842213577,
            "stop": 842214880
        },
        {
            "start": 842214882,
            "stop": 842218362
        },
        {
            "start": 842218364,
            "stop": 842220588
        },
        {
            "start": 842221965,
            "stop": 842227810
        },
        {
            "start": 842227811,
            "stop": 842246478
        },
        {
            "start": 842248993,
            "stop": 842253000
        },
        {
            "start": 842253002,
            "stop": 842253022
        },
        {
            "start": 842254920,
            "stop": 842254924
        },
        {
            "start": 842254926,
            "stop": 842255027
        },
        {
            "start": 842255028,
            "stop": 842255509
        },
        {
            "start": 842255511,
            "stop": 842255852
        },
        {
            "start": 842255855,
            "stop": 842259515
        },
        {
            "start": 842259517,
            "stop": 842266353
        },
        {
            "start": 842266661,
            "stop": 842267075
        },
        {
            "start": 842267077,
            "stop": 842269922
        }
    ]
}