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=428
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=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=427",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 428,
    "results": [
        {
            "start": 856197843,
            "stop": 856199536
        },
        {
            "start": 856199714,
            "stop": 856199847
        },
        {
            "start": 856200292,
            "stop": 856201832
        },
        {
            "start": 856206904,
            "stop": 856208497
        },
        {
            "start": 856208560,
            "stop": 856213141
        },
        {
            "start": 856217681,
            "stop": 856217883
        },
        {
            "start": 856220236,
            "stop": 856223893
        },
        {
            "start": 856224047,
            "stop": 856225086
        },
        {
            "start": 856225212,
            "stop": 856250713
        },
        {
            "start": 856254208,
            "stop": 856272824
        },
        {
            "start": 856274068,
            "stop": 856279596
        },
        {
            "start": 856280387,
            "stop": 856280706
        },
        {
            "start": 856281525,
            "stop": 856282180
        },
        {
            "start": 856290585,
            "stop": 856292170
        },
        {
            "start": 856295390,
            "stop": 856295391
        },
        {
            "start": 856295393,
            "stop": 856295427
        },
        {
            "start": 856295552,
            "stop": 856295623
        },
        {
            "start": 856295624,
            "stop": 856301345
        },
        {
            "start": 856303353,
            "stop": 856307711
        },
        {
            "start": 856307812,
            "stop": 856307911
        }
    ]
}