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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3197",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3198,
    "results": [
        {
            "start": 870627240,
            "stop": 870627344
        },
        {
            "start": 870627525,
            "stop": 870628730
        },
        {
            "start": 870637320,
            "stop": 870637620
        },
        {
            "start": 870637680,
            "stop": 870637740
        },
        {
            "start": 870637800,
            "stop": 870638127
        },
        {
            "start": 870638133,
            "stop": 870638160
        },
        {
            "start": 870638220,
            "stop": 870641202
        },
        {
            "start": 870641208,
            "stop": 870642466
        },
        {
            "start": 870642469,
            "stop": 870644400
        },
        {
            "start": 870644460,
            "stop": 870645426
        },
        {
            "start": 870646930,
            "stop": 870648690
        },
        {
            "start": 870648695,
            "stop": 870648705
        },
        {
            "start": 870648710,
            "stop": 870648720
        },
        {
            "start": 870648780,
            "stop": 870651290
        },
        {
            "start": 870651293,
            "stop": 870652317
        },
        {
            "start": 870652380,
            "stop": 870657000
        },
        {
            "start": 870657060,
            "stop": 870657401
        },
        {
            "start": 870657622,
            "stop": 870681737
        },
        {
            "start": 870681740,
            "stop": 870681771
        },
        {
            "start": 870681775,
            "stop": 870681781
        }
    ]
}