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=7037
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=7038",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7036",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7037,
    "results": [
        {
            "start": 874114718,
            "stop": 874115110
        },
        {
            "start": 874115113,
            "stop": 874115884
        },
        {
            "start": 874115887,
            "stop": 874115952
        },
        {
            "start": 874115955,
            "stop": 874117994
        },
        {
            "start": 874117997,
            "stop": 874118578
        },
        {
            "start": 874118714,
            "stop": 874118810
        },
        {
            "start": 874119616,
            "stop": 874121415
        },
        {
            "start": 874121418,
            "stop": 874122821
        },
        {
            "start": 874122824,
            "stop": 874122865
        },
        {
            "start": 874122869,
            "stop": 874124318
        },
        {
            "start": 874124321,
            "stop": 874124366
        },
        {
            "start": 874124698,
            "stop": 874124827
        },
        {
            "start": 874124830,
            "stop": 874125013
        },
        {
            "start": 874125016,
            "stop": 874125088
        },
        {
            "start": 874125091,
            "stop": 874125304
        },
        {
            "start": 874125307,
            "stop": 874125827
        },
        {
            "start": 874125830,
            "stop": 874127131
        },
        {
            "start": 874127134,
            "stop": 874130562
        },
        {
            "start": 874130565,
            "stop": 874131580
        },
        {
            "start": 874131583,
            "stop": 874132771
        }
    ]
}