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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 30,
    "results": [
        {
            "start": 1257150252,
            "stop": 1257150255
        },
        {
            "start": 1257150262,
            "stop": 1257150263
        },
        {
            "start": 1257150264,
            "stop": 1257150265
        },
        {
            "start": 1257150266,
            "stop": 1257150282
        },
        {
            "start": 1257150283,
            "stop": 1257150292
        },
        {
            "start": 1257150295,
            "stop": 1257150296
        },
        {
            "start": 1257150298,
            "stop": 1257150299
        },
        {
            "start": 1257150302,
            "stop": 1257150303
        },
        {
            "start": 1257150305,
            "stop": 1257150306
        },
        {
            "start": 1257150310,
            "stop": 1257150328
        },
        {
            "start": 1257150332,
            "stop": 1257150334
        },
        {
            "start": 1257150335,
            "stop": 1257150336
        },
        {
            "start": 1257150337,
            "stop": 1257150341
        },
        {
            "start": 1257150342,
            "stop": 1257150345
        },
        {
            "start": 1257150348,
            "stop": 1257150349
        },
        {
            "start": 1257150354,
            "stop": 1257150359
        },
        {
            "start": 1257150361,
            "stop": 1257150363
        },
        {
            "start": 1257150366,
            "stop": 1257150367
        },
        {
            "start": 1257150375,
            "stop": 1257150376
        },
        {
            "start": 1257150377,
            "stop": 1257150378
        }
    ]
}