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=5123
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=5124",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5122",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5123,
    "results": [
        {
            "start": 1136986219,
            "stop": 1136986234
        },
        {
            "start": 1136986236,
            "stop": 1136986237
        },
        {
            "start": 1136986238,
            "stop": 1136986239
        },
        {
            "start": 1136986241,
            "stop": 1136986264
        },
        {
            "start": 1136986266,
            "stop": 1136986294
        },
        {
            "start": 1136986296,
            "stop": 1136986310
        },
        {
            "start": 1136986312,
            "stop": 1136986322
        },
        {
            "start": 1136986324,
            "stop": 1136986333
        },
        {
            "start": 1136986335,
            "stop": 1136986344
        },
        {
            "start": 1136986346,
            "stop": 1136986347
        },
        {
            "start": 1136986349,
            "stop": 1136986355
        },
        {
            "start": 1136986357,
            "stop": 1136986366
        },
        {
            "start": 1136986368,
            "stop": 1136986375
        },
        {
            "start": 1136986377,
            "stop": 1136986386
        },
        {
            "start": 1136986388,
            "stop": 1136986410
        },
        {
            "start": 1136986412,
            "stop": 1136986472
        },
        {
            "start": 1136986473,
            "stop": 1136986529
        },
        {
            "start": 1136986531,
            "stop": 1136986534
        },
        {
            "start": 1136986536,
            "stop": 1136986548
        },
        {
            "start": 1136986549,
            "stop": 1136986561
        }
    ]
}