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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16663",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16664,
    "results": [
        {
            "start": 874846066,
            "stop": 874846433
        },
        {
            "start": 874846434,
            "stop": 874846438
        },
        {
            "start": 874846439,
            "stop": 874846497
        },
        {
            "start": 874846498,
            "stop": 874846542
        },
        {
            "start": 874846544,
            "stop": 874846614
        },
        {
            "start": 874846615,
            "stop": 874846628
        },
        {
            "start": 874846629,
            "stop": 874846630
        },
        {
            "start": 874846631,
            "stop": 874846665
        },
        {
            "start": 874846667,
            "stop": 874846680
        },
        {
            "start": 874846740,
            "stop": 874846884
        },
        {
            "start": 874846888,
            "stop": 874846913
        },
        {
            "start": 874846914,
            "stop": 874846931
        },
        {
            "start": 874846934,
            "stop": 874846950
        },
        {
            "start": 874846952,
            "stop": 874846975
        },
        {
            "start": 874846977,
            "stop": 874846979
        },
        {
            "start": 874865677,
            "stop": 874865686
        },
        {
            "start": 874865687,
            "stop": 874865691
        },
        {
            "start": 874865692,
            "stop": 874865696
        },
        {
            "start": 874865697,
            "stop": 874865702
        },
        {
            "start": 874865703,
            "stop": 874865723
        }
    ]
}