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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 110,
    "results": [
        {
            "start": 1412961312,
            "stop": 1412961790
        },
        {
            "start": 1412974674,
            "stop": 1412980705
        },
        {
            "start": 1412980710,
            "stop": 1412983398
        },
        {
            "start": 1412983403,
            "stop": 1412983783
        },
        {
            "start": 1412987059,
            "stop": 1412992021
        },
        {
            "start": 1412992025,
            "stop": 1412994229
        },
        {
            "start": 1412994234,
            "stop": 1413007936
        },
        {
            "start": 1413007941,
            "stop": 1413027680
        },
        {
            "start": 1413027685,
            "stop": 1413029462
        },
        {
            "start": 1413029466,
            "stop": 1413032510
        },
        {
            "start": 1413069300,
            "stop": 1413072449
        },
        {
            "start": 1413072454,
            "stop": 1413072513
        },
        {
            "start": 1413072518,
            "stop": 1413072552
        },
        {
            "start": 1413136037,
            "stop": 1413136239
        },
        {
            "start": 1413136244,
            "stop": 1413137119
        },
        {
            "start": 1413161999,
            "stop": 1413164537
        },
        {
            "start": 1413168462,
            "stop": 1413172255
        },
        {
            "start": 1413172260,
            "stop": 1413175092
        },
        {
            "start": 1413175097,
            "stop": 1413181309
        },
        {
            "start": 1413181314,
            "stop": 1413181597
        }
    ]
}