Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=87
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 87,
    "results": [
        {
            "start": 1174061836,
            "stop": 1174061837
        },
        {
            "start": 1174061838,
            "stop": 1174062011
        },
        {
            "start": 1174062012,
            "stop": 1174062094
        },
        {
            "start": 1174062108,
            "stop": 1174062118
        },
        {
            "start": 1174062120,
            "stop": 1174062121
        },
        {
            "start": 1174062125,
            "stop": 1174062126
        },
        {
            "start": 1174062127,
            "stop": 1174062218
        },
        {
            "start": 1174062220,
            "stop": 1174062226
        },
        {
            "start": 1174062232,
            "stop": 1174062362
        },
        {
            "start": 1174062363,
            "stop": 1174062537
        },
        {
            "start": 1174062543,
            "stop": 1174063101
        },
        {
            "start": 1174063102,
            "stop": 1174063138
        },
        {
            "start": 1174065526,
            "stop": 1174065547
        },
        {
            "start": 1174069842,
            "stop": 1174069983
        },
        {
            "start": 1174074153,
            "stop": 1174077760
        },
        {
            "start": 1174077763,
            "stop": 1174077770
        },
        {
            "start": 1174077773,
            "stop": 1174082718
        },
        {
            "start": 1174082721,
            "stop": 1174087908
        },
        {
            "start": 1174087909,
            "stop": 1174087958
        },
        {
            "start": 1174087967,
            "stop": 1174091366
        }
    ]
}