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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=98",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 99,
    "results": [
        {
            "start": 1259409047,
            "stop": 1259409050
        },
        {
            "start": 1259409053,
            "stop": 1259409061
        },
        {
            "start": 1259409062,
            "stop": 1259409066
        },
        {
            "start": 1259409067,
            "stop": 1259409073
        },
        {
            "start": 1259409074,
            "stop": 1259409075
        },
        {
            "start": 1259409076,
            "stop": 1259409077
        },
        {
            "start": 1259409078,
            "stop": 1259409081
        },
        {
            "start": 1259409088,
            "stop": 1259409089
        },
        {
            "start": 1259409090,
            "stop": 1259409096
        },
        {
            "start": 1259409098,
            "stop": 1259409099
        },
        {
            "start": 1259409101,
            "stop": 1259409104
        },
        {
            "start": 1259409105,
            "stop": 1259409165
        },
        {
            "start": 1259409166,
            "stop": 1259409169
        },
        {
            "start": 1259409170,
            "stop": 1259409204
        },
        {
            "start": 1259409206,
            "stop": 1259409209
        },
        {
            "start": 1259409212,
            "stop": 1259409223
        },
        {
            "start": 1259409224,
            "stop": 1259409242
        },
        {
            "start": 1259409243,
            "stop": 1259409245
        },
        {
            "start": 1259409247,
            "stop": 1259409264
        },
        {
            "start": 1259409268,
            "stop": 1259409271
        }
    ]
}