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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 2,
    "results": [
        {
            "start": 1396931496,
            "stop": 1396946541
        },
        {
            "start": 1396946760,
            "stop": 1396987980
        },
        {
            "start": 1396998286,
            "stop": 1397005762
        },
        {
            "start": 1397008416,
            "stop": 1397009612
        },
        {
            "start": 1397009616,
            "stop": 1397014444
        },
        {
            "start": 1397014452,
            "stop": 1397014524
        },
        {
            "start": 1397014536,
            "stop": 1397014548
        },
        {
            "start": 1397014560,
            "stop": 1397014596
        },
        {
            "start": 1397014600,
            "stop": 1397014604
        },
        {
            "start": 1397014608,
            "stop": 1397014616
        },
        {
            "start": 1397014624,
            "stop": 1397014848
        },
        {
            "start": 1397014852,
            "stop": 1397014912
        },
        {
            "start": 1397014913,
            "stop": 1397038887
        },
        {
            "start": 1397038890,
            "stop": 1397053664
        },
        {
            "start": 1397053668,
            "stop": 1397054801
        },
        {
            "start": 1397054803,
            "stop": 1397057227
        },
        {
            "start": 1397057228,
            "stop": 1397068222
        },
        {
            "start": 1397068811,
            "stop": 1397072140
        },
        {
            "start": 1397075275,
            "stop": 1397094331
        },
        {
            "start": 1397094339,
            "stop": 1397099553
        }
    ]
}