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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 149,
    "results": [
        {
            "start": 1126664330,
            "stop": 1126664362
        },
        {
            "start": 1126664363,
            "stop": 1126664365
        },
        {
            "start": 1126664366,
            "stop": 1126664367
        },
        {
            "start": 1126664369,
            "stop": 1126664380
        },
        {
            "start": 1126664381,
            "stop": 1126664409
        },
        {
            "start": 1126664410,
            "stop": 1126664443
        },
        {
            "start": 1126664444,
            "stop": 1126664468
        },
        {
            "start": 1126664469,
            "stop": 1126664493
        },
        {
            "start": 1126664494,
            "stop": 1126664669
        },
        {
            "start": 1126664670,
            "stop": 1126664742
        },
        {
            "start": 1126664743,
            "stop": 1126664762
        },
        {
            "start": 1126664763,
            "stop": 1126664786
        },
        {
            "start": 1126664787,
            "stop": 1126664796
        },
        {
            "start": 1126664797,
            "stop": 1126664865
        },
        {
            "start": 1126664866,
            "stop": 1126664939
        },
        {
            "start": 1126664940,
            "stop": 1126664971
        },
        {
            "start": 1126664972,
            "stop": 1126665227
        },
        {
            "start": 1126665228,
            "stop": 1126665369
        },
        {
            "start": 1126665370,
            "stop": 1126665569
        },
        {
            "start": 1126665570,
            "stop": 1126665632
        }
    ]
}