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=2
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=3",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 2,
    "results": [
        {
            "start": 1256666605,
            "stop": 1256667958
        },
        {
            "start": 1256667961,
            "stop": 1256668161
        },
        {
            "start": 1256668164,
            "stop": 1256668789
        },
        {
            "start": 1256668790,
            "stop": 1256668860
        },
        {
            "start": 1256668861,
            "stop": 1256670780
        },
        {
            "start": 1256670783,
            "stop": 1256672102
        },
        {
            "start": 1256672105,
            "stop": 1256672442
        },
        {
            "start": 1256672445,
            "stop": 1256672909
        },
        {
            "start": 1256672912,
            "stop": 1256674489
        },
        {
            "start": 1256674492,
            "stop": 1256674580
        },
        {
            "start": 1256674583,
            "stop": 1256675134
        },
        {
            "start": 1256675137,
            "stop": 1256675712
        },
        {
            "start": 1256675715,
            "stop": 1256677651
        },
        {
            "start": 1256677654,
            "stop": 1256679069
        },
        {
            "start": 1256679072,
            "stop": 1256679418
        },
        {
            "start": 1256682796,
            "stop": 1256683096
        },
        {
            "start": 1256683099,
            "stop": 1256684719
        },
        {
            "start": 1256684722,
            "stop": 1256685531
        },
        {
            "start": 1256685534,
            "stop": 1256686818
        },
        {
            "start": 1256688786,
            "stop": 1256693604
        }
    ]
}