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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=17",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 18,
    "results": [
        {
            "start": 1257666740,
            "stop": 1257670380
        },
        {
            "start": 1257670388,
            "stop": 1257670556
        },
        {
            "start": 1257670560,
            "stop": 1257670616
        },
        {
            "start": 1257670620,
            "stop": 1257670648
        },
        {
            "start": 1257670652,
            "stop": 1257670812
        },
        {
            "start": 1257670828,
            "stop": 1257671036
        },
        {
            "start": 1257671040,
            "stop": 1257671128
        },
        {
            "start": 1257671132,
            "stop": 1257671576
        },
        {
            "start": 1257671580,
            "stop": 1257671608
        },
        {
            "start": 1257671612,
            "stop": 1257671728
        },
        {
            "start": 1257671732,
            "stop": 1257671848
        },
        {
            "start": 1257671852,
            "stop": 1257671964
        },
        {
            "start": 1257671968,
            "stop": 1257671996
        },
        {
            "start": 1257672000,
            "stop": 1257672176
        },
        {
            "start": 1257672180,
            "stop": 1257672328
        },
        {
            "start": 1257672332,
            "stop": 1257672444
        },
        {
            "start": 1257672448,
            "stop": 1257672476
        },
        {
            "start": 1257672480,
            "stop": 1257672536
        },
        {
            "start": 1257672540,
            "stop": 1257672543
        },
        {
            "start": 1257681281,
            "stop": 1257681577
        }
    ]
}