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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 11,
    "results": [
        {
            "start": 1256867890,
            "stop": 1256868839
        },
        {
            "start": 1256868840,
            "stop": 1256870812
        },
        {
            "start": 1256870813,
            "stop": 1256872297
        },
        {
            "start": 1256872305,
            "stop": 1256875237
        },
        {
            "start": 1256875238,
            "stop": 1256875241
        },
        {
            "start": 1256875242,
            "stop": 1256875243
        },
        {
            "start": 1256875244,
            "stop": 1256875285
        },
        {
            "start": 1256875286,
            "stop": 1256875295
        },
        {
            "start": 1256875298,
            "stop": 1256875863
        },
        {
            "start": 1256875865,
            "stop": 1256875867
        },
        {
            "start": 1256875868,
            "stop": 1256875873
        },
        {
            "start": 1256875874,
            "stop": 1256875895
        },
        {
            "start": 1256875896,
            "stop": 1256876924
        },
        {
            "start": 1256876927,
            "stop": 1256877858
        },
        {
            "start": 1256877861,
            "stop": 1256878788
        },
        {
            "start": 1256878791,
            "stop": 1256878799
        },
        {
            "start": 1256878807,
            "stop": 1256879040
        },
        {
            "start": 1256879041,
            "stop": 1256880494
        },
        {
            "start": 1256880496,
            "stop": 1256880501
        },
        {
            "start": 1256880504,
            "stop": 1256880882
        }
    ]
}