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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=50",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 51,
    "results": [
        {
            "start": 1173735107,
            "stop": 1173750209
        },
        {
            "start": 1173753147,
            "stop": 1173774628
        },
        {
            "start": 1173774630,
            "stop": 1173796045
        },
        {
            "start": 1173796047,
            "stop": 1173803986
        },
        {
            "start": 1173803988,
            "stop": 1173804976
        },
        {
            "start": 1173804978,
            "stop": 1173807028
        },
        {
            "start": 1173807030,
            "stop": 1173807041
        },
        {
            "start": 1173812946,
            "stop": 1173816117
        },
        {
            "start": 1173816119,
            "stop": 1173816595
        },
        {
            "start": 1173816598,
            "stop": 1173816911
        },
        {
            "start": 1173816913,
            "stop": 1173826277
        },
        {
            "start": 1173826677,
            "stop": 1173828171
        },
        {
            "start": 1173828173,
            "stop": 1173831138
        },
        {
            "start": 1173831140,
            "stop": 1173832347
        },
        {
            "start": 1173832349,
            "stop": 1173833502
        },
        {
            "start": 1173833504,
            "stop": 1173846784
        },
        {
            "start": 1173846786,
            "stop": 1173847240
        },
        {
            "start": 1173847242,
            "stop": 1173847252
        },
        {
            "start": 1173847254,
            "stop": 1173856825
        },
        {
            "start": 1173859324,
            "stop": 1173861859
        }
    ]
}