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=5327
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=5328",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5326",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5327,
    "results": [
        {
            "start": 1137226872,
            "stop": 1137226972
        },
        {
            "start": 1137226975,
            "stop": 1137227059
        },
        {
            "start": 1137227062,
            "stop": 1137227078
        },
        {
            "start": 1137227080,
            "stop": 1137227083
        },
        {
            "start": 1137227085,
            "stop": 1137227108
        },
        {
            "start": 1137227110,
            "stop": 1137227136
        },
        {
            "start": 1137227138,
            "stop": 1137227194
        },
        {
            "start": 1137227195,
            "stop": 1137227207
        },
        {
            "start": 1137227209,
            "stop": 1137227276
        },
        {
            "start": 1137227278,
            "stop": 1137227279
        },
        {
            "start": 1137227281,
            "stop": 1137227299
        },
        {
            "start": 1137227303,
            "stop": 1137227335
        },
        {
            "start": 1137227337,
            "stop": 1137227343
        },
        {
            "start": 1137227345,
            "stop": 1137227373
        },
        {
            "start": 1137227377,
            "stop": 1137227387
        },
        {
            "start": 1137227389,
            "stop": 1137227392
        },
        {
            "start": 1137227393,
            "stop": 1137227397
        },
        {
            "start": 1137227399,
            "stop": 1137227400
        },
        {
            "start": 1137227402,
            "stop": 1137227411
        },
        {
            "start": 1137227413,
            "stop": 1137227423
        }
    ]
}