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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=59",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 60,
    "results": [
        {
            "start": 1174576937,
            "stop": 1174576940
        },
        {
            "start": 1174576941,
            "stop": 1174577239
        },
        {
            "start": 1174577240,
            "stop": 1174577242
        },
        {
            "start": 1174577243,
            "stop": 1174577245
        },
        {
            "start": 1174577246,
            "stop": 1174580787
        },
        {
            "start": 1174580789,
            "stop": 1174585400
        },
        {
            "start": 1174585402,
            "stop": 1174591071
        },
        {
            "start": 1174591073,
            "stop": 1174601577
        },
        {
            "start": 1174601579,
            "stop": 1174603976
        },
        {
            "start": 1174603981,
            "stop": 1174604114
        },
        {
            "start": 1174604117,
            "stop": 1174604185
        },
        {
            "start": 1174604187,
            "stop": 1174617878
        },
        {
            "start": 1174617883,
            "stop": 1174648419
        },
        {
            "start": 1174655960,
            "stop": 1174656834
        },
        {
            "start": 1174656836,
            "stop": 1174658510
        },
        {
            "start": 1174658570,
            "stop": 1174659000
        },
        {
            "start": 1174659010,
            "stop": 1174659020
        },
        {
            "start": 1174659050,
            "stop": 1174660170
        },
        {
            "start": 1174660230,
            "stop": 1174661810
        },
        {
            "start": 1174661890,
            "stop": 1174665290
        }
    ]
}