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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 13,
    "results": [
        {
            "start": 1257384399,
            "stop": 1257385927
        },
        {
            "start": 1257385935,
            "stop": 1257386879
        },
        {
            "start": 1257386887,
            "stop": 1257388623
        },
        {
            "start": 1257388631,
            "stop": 1257390175
        },
        {
            "start": 1257390183,
            "stop": 1257391087
        },
        {
            "start": 1257391103,
            "stop": 1257391271
        },
        {
            "start": 1257391279,
            "stop": 1257392351
        },
        {
            "start": 1257392359,
            "stop": 1257392367
        },
        {
            "start": 1257392375,
            "stop": 1257393876
        },
        {
            "start": 1257393880,
            "stop": 1257393884
        },
        {
            "start": 1257393888,
            "stop": 1257393896
        },
        {
            "start": 1257393900,
            "stop": 1257393927
        },
        {
            "start": 1257393935,
            "stop": 1257394191
        },
        {
            "start": 1257394199,
            "stop": 1257394207
        },
        {
            "start": 1257394215,
            "stop": 1257394671
        },
        {
            "start": 1257394687,
            "stop": 1257394903
        },
        {
            "start": 1257394911,
            "stop": 1257397607
        },
        {
            "start": 1257397615,
            "stop": 1257399359
        },
        {
            "start": 1257399367,
            "stop": 1257400311
        },
        {
            "start": 1257400319,
            "stop": 1257400599
        }
    ]
}