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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 163,
    "results": [
        {
            "start": 1258576297,
            "stop": 1258576521
        },
        {
            "start": 1258576524,
            "stop": 1258576787
        },
        {
            "start": 1258576789,
            "stop": 1258577099
        },
        {
            "start": 1258577102,
            "stop": 1258577178
        },
        {
            "start": 1258577181,
            "stop": 1258577319
        },
        {
            "start": 1258577322,
            "stop": 1258577399
        },
        {
            "start": 1258577402,
            "stop": 1258577742
        },
        {
            "start": 1258577745,
            "stop": 1258578032
        },
        {
            "start": 1258578035,
            "stop": 1258578042
        },
        {
            "start": 1258578045,
            "stop": 1258578169
        },
        {
            "start": 1258578172,
            "stop": 1258578234
        },
        {
            "start": 1258578237,
            "stop": 1258578253
        },
        {
            "start": 1258578256,
            "stop": 1258578781
        },
        {
            "start": 1258578784,
            "stop": 1258579358
        },
        {
            "start": 1258579364,
            "stop": 1258579415
        },
        {
            "start": 1258579418,
            "stop": 1258579539
        },
        {
            "start": 1258579542,
            "stop": 1258579543
        },
        {
            "start": 1258579546,
            "stop": 1258579674
        },
        {
            "start": 1258579677,
            "stop": 1258579697
        },
        {
            "start": 1258579700,
            "stop": 1258579722
        }
    ]
}