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=6988
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=6989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6987",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6988,
    "results": [
        {
            "start": 873830292,
            "stop": 873830399
        },
        {
            "start": 873830403,
            "stop": 873830415
        },
        {
            "start": 873830419,
            "stop": 873830471
        },
        {
            "start": 873830475,
            "stop": 873830477
        },
        {
            "start": 873830480,
            "stop": 873830485
        },
        {
            "start": 873830490,
            "stop": 873830493
        },
        {
            "start": 873830496,
            "stop": 873830527
        },
        {
            "start": 873830531,
            "stop": 873830541
        },
        {
            "start": 873830545,
            "stop": 873830602
        },
        {
            "start": 873830606,
            "stop": 873830657
        },
        {
            "start": 873830660,
            "stop": 873830714
        },
        {
            "start": 873830718,
            "stop": 873830829
        },
        {
            "start": 873830833,
            "stop": 873830894
        },
        {
            "start": 873830898,
            "stop": 873830908
        },
        {
            "start": 873830913,
            "stop": 873830914
        },
        {
            "start": 873830918,
            "stop": 873830958
        },
        {
            "start": 873830963,
            "stop": 873830964
        },
        {
            "start": 873830968,
            "stop": 873831159
        },
        {
            "start": 873831164,
            "stop": 873831232
        },
        {
            "start": 873831235,
            "stop": 873831402
        }
    ]
}