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=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=469",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 470,
    "results": [
        {
            "start": 865195790,
            "stop": 865196027
        },
        {
            "start": 865196035,
            "stop": 865196039
        },
        {
            "start": 865196040,
            "stop": 865196052
        },
        {
            "start": 865196058,
            "stop": 865196065
        },
        {
            "start": 865196070,
            "stop": 865196092
        },
        {
            "start": 865196093,
            "stop": 865196130
        },
        {
            "start": 865196131,
            "stop": 865196501
        },
        {
            "start": 865196502,
            "stop": 865196515
        },
        {
            "start": 865196516,
            "stop": 865196542
        },
        {
            "start": 865196548,
            "stop": 865196557
        },
        {
            "start": 865196559,
            "stop": 865196566
        },
        {
            "start": 865196567,
            "stop": 865196653
        },
        {
            "start": 865196953,
            "stop": 865197723
        },
        {
            "start": 865197725,
            "stop": 865197832
        },
        {
            "start": 865197834,
            "stop": 865198141
        },
        {
            "start": 865198143,
            "stop": 865198211
        },
        {
            "start": 865198213,
            "stop": 865198283
        },
        {
            "start": 865198839,
            "stop": 865198844
        },
        {
            "start": 865198847,
            "stop": 865198848
        },
        {
            "start": 865198849,
            "stop": 865198853
        }
    ]
}