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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7062",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7063,
    "results": [
        {
            "start": 874240600,
            "stop": 874240609
        },
        {
            "start": 874240611,
            "stop": 874240622
        },
        {
            "start": 874240623,
            "stop": 874240628
        },
        {
            "start": 874240629,
            "stop": 874240633
        },
        {
            "start": 874240634,
            "stop": 874240657
        },
        {
            "start": 874240659,
            "stop": 874240663
        },
        {
            "start": 874240664,
            "stop": 874240668
        },
        {
            "start": 874240669,
            "stop": 874240694
        },
        {
            "start": 874240695,
            "stop": 874240710
        },
        {
            "start": 874240712,
            "stop": 874240764
        },
        {
            "start": 874240765,
            "stop": 874240768
        },
        {
            "start": 874240769,
            "stop": 874242158
        },
        {
            "start": 874243054,
            "stop": 874244460
        },
        {
            "start": 874244580,
            "stop": 874244903
        },
        {
            "start": 874244906,
            "stop": 874245388
        },
        {
            "start": 874245391,
            "stop": 874246123
        },
        {
            "start": 874246126,
            "stop": 874247587
        },
        {
            "start": 874247590,
            "stop": 874247611
        },
        {
            "start": 874248486,
            "stop": 874248597
        },
        {
            "start": 874248600,
            "stop": 874248619
        }
    ]
}