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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 32,
    "results": [
        {
            "start": 1257150717,
            "stop": 1257150744
        },
        {
            "start": 1257150748,
            "stop": 1257152072
        },
        {
            "start": 1257152073,
            "stop": 1257152075
        },
        {
            "start": 1257152076,
            "stop": 1257152079
        },
        {
            "start": 1257152082,
            "stop": 1257152086
        },
        {
            "start": 1257152087,
            "stop": 1257152105
        },
        {
            "start": 1257152110,
            "stop": 1257152117
        },
        {
            "start": 1257152118,
            "stop": 1257152877
        },
        {
            "start": 1257152880,
            "stop": 1257152890
        },
        {
            "start": 1257152893,
            "stop": 1257153969
        },
        {
            "start": 1257153972,
            "stop": 1257154189
        },
        {
            "start": 1257154190,
            "stop": 1257154191
        },
        {
            "start": 1257154193,
            "stop": 1257154194
        },
        {
            "start": 1257154202,
            "stop": 1257154203
        },
        {
            "start": 1257154205,
            "stop": 1257154219
        },
        {
            "start": 1257154220,
            "stop": 1257154402
        },
        {
            "start": 1257154404,
            "stop": 1257154445
        },
        {
            "start": 1257154457,
            "stop": 1257154458
        },
        {
            "start": 1257154459,
            "stop": 1257154473
        },
        {
            "start": 1257154474,
            "stop": 1257154483
        }
    ]
}