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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 251,
    "results": [
        {
            "start": 1126886850,
            "stop": 1126886864
        },
        {
            "start": 1126886866,
            "stop": 1126886867
        },
        {
            "start": 1126886869,
            "stop": 1126886875
        },
        {
            "start": 1126886882,
            "stop": 1126886897
        },
        {
            "start": 1126887137,
            "stop": 1126887194
        },
        {
            "start": 1126887196,
            "stop": 1126887204
        },
        {
            "start": 1126887206,
            "stop": 1126887213
        },
        {
            "start": 1126887215,
            "stop": 1126887216
        },
        {
            "start": 1126887217,
            "stop": 1126887219
        },
        {
            "start": 1126887221,
            "stop": 1126887234
        },
        {
            "start": 1126887237,
            "stop": 1126887258
        },
        {
            "start": 1126887260,
            "stop": 1126887265
        },
        {
            "start": 1126887266,
            "stop": 1126887349
        },
        {
            "start": 1126887351,
            "stop": 1126887362
        },
        {
            "start": 1126887364,
            "stop": 1126887475
        },
        {
            "start": 1126887476,
            "stop": 1126887493
        },
        {
            "start": 1126887494,
            "stop": 1126887548
        },
        {
            "start": 1126887549,
            "stop": 1126887552
        },
        {
            "start": 1126887554,
            "stop": 1126887557
        },
        {
            "start": 1126887558,
            "stop": 1126887579
        }
    ]
}