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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=55",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 56,
    "results": [
        {
            "start": 1174065526,
            "stop": 1174065547
        },
        {
            "start": 1174069842,
            "stop": 1174069983
        },
        {
            "start": 1174074153,
            "stop": 1174077760
        },
        {
            "start": 1174077762,
            "stop": 1174077770
        },
        {
            "start": 1174077772,
            "stop": 1174082718
        },
        {
            "start": 1174082720,
            "stop": 1174087908
        },
        {
            "start": 1174087909,
            "stop": 1174087958
        },
        {
            "start": 1174087967,
            "stop": 1174092753
        },
        {
            "start": 1174092759,
            "stop": 1174092760
        },
        {
            "start": 1174092763,
            "stop": 1174094167
        },
        {
            "start": 1174094170,
            "stop": 1174094171
        },
        {
            "start": 1174094173,
            "stop": 1174094717
        },
        {
            "start": 1174094721,
            "stop": 1174097961
        },
        {
            "start": 1174097962,
            "stop": 1174097966
        },
        {
            "start": 1174097968,
            "stop": 1174099238
        },
        {
            "start": 1174099239,
            "stop": 1174099245
        },
        {
            "start": 1174099246,
            "stop": 1174099740
        },
        {
            "start": 1174099741,
            "stop": 1174099743
        },
        {
            "start": 1174099747,
            "stop": 1174099819
        },
        {
            "start": 1174099823,
            "stop": 1174100308
        }
    ]
}