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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 35,
    "results": [
        {
            "start": 1257174544,
            "stop": 1257174936
        },
        {
            "start": 1257174939,
            "stop": 1257174973
        },
        {
            "start": 1257174976,
            "stop": 1257176430
        },
        {
            "start": 1257176433,
            "stop": 1257177290
        },
        {
            "start": 1257177293,
            "stop": 1257177717
        },
        {
            "start": 1257177720,
            "stop": 1257177879
        },
        {
            "start": 1257177882,
            "stop": 1257178962
        },
        {
            "start": 1257178965,
            "stop": 1257178972
        },
        {
            "start": 1257178975,
            "stop": 1257178997
        },
        {
            "start": 1257179000,
            "stop": 1257182125
        },
        {
            "start": 1257182126,
            "stop": 1257182589
        },
        {
            "start": 1257182592,
            "stop": 1257183307
        },
        {
            "start": 1257183310,
            "stop": 1257183333
        },
        {
            "start": 1257183336,
            "stop": 1257183401
        },
        {
            "start": 1257183404,
            "stop": 1257183825
        },
        {
            "start": 1257183828,
            "stop": 1257184407
        },
        {
            "start": 1257184410,
            "stop": 1257184444
        },
        {
            "start": 1257184452,
            "stop": 1257185381
        },
        {
            "start": 1257194399,
            "stop": 1257195050
        },
        {
            "start": 1257195053,
            "stop": 1257196326
        }
    ]
}