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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5295",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5293",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5294,
    "results": [
        {
            "start": 1136453179,
            "stop": 1136453245
        },
        {
            "start": 1136453247,
            "stop": 1136453377
        },
        {
            "start": 1136453379,
            "stop": 1136453459
        },
        {
            "start": 1136453460,
            "stop": 1136453465
        },
        {
            "start": 1136453467,
            "stop": 1136453639
        },
        {
            "start": 1136453641,
            "stop": 1136453708
        },
        {
            "start": 1136453710,
            "stop": 1136453726
        },
        {
            "start": 1136453728,
            "stop": 1136454036
        },
        {
            "start": 1136454038,
            "stop": 1136454048
        },
        {
            "start": 1136454050,
            "stop": 1136454120
        },
        {
            "start": 1136454122,
            "stop": 1136454129
        },
        {
            "start": 1136454131,
            "stop": 1136454159
        },
        {
            "start": 1136454161,
            "stop": 1136454166
        },
        {
            "start": 1136454168,
            "stop": 1136454505
        },
        {
            "start": 1136454507,
            "stop": 1136454726
        },
        {
            "start": 1136454728,
            "stop": 1136454877
        },
        {
            "start": 1136454879,
            "stop": 1136454893
        },
        {
            "start": 1136454895,
            "stop": 1136454977
        },
        {
            "start": 1136454979,
            "stop": 1136455151
        },
        {
            "start": 1136455153,
            "stop": 1136455301
        }
    ]
}