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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 319,
    "results": [
        {
            "start": 852326800,
            "stop": 852329150
        },
        {
            "start": 852329155,
            "stop": 852329167
        },
        {
            "start": 852329175,
            "stop": 852329180
        },
        {
            "start": 852329185,
            "stop": 852329197
        },
        {
            "start": 852329205,
            "stop": 852331283
        },
        {
            "start": 852331286,
            "stop": 852332274
        },
        {
            "start": 852332277,
            "stop": 852334768
        },
        {
            "start": 852334772,
            "stop": 852334778
        },
        {
            "start": 852334784,
            "stop": 852358205
        },
        {
            "start": 852358315,
            "stop": 852360366
        },
        {
            "start": 852361136,
            "stop": 852361409
        },
        {
            "start": 852361412,
            "stop": 852361679
        },
        {
            "start": 852361789,
            "stop": 852361909
        },
        {
            "start": 852362209,
            "stop": 852369230
        },
        {
            "start": 852369235,
            "stop": 852375690
        },
        {
            "start": 852375695,
            "stop": 852384472
        },
        {
            "start": 852384478,
            "stop": 852392929
        },
        {
            "start": 852414474,
            "stop": 852414532
        },
        {
            "start": 852416122,
            "stop": 852416130
        },
        {
            "start": 852416135,
            "stop": 852416155
        }
    ]
}