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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=822",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=820",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 821,
    "results": [
        {
            "start": 1268956586,
            "stop": 1268956940
        },
        {
            "start": 1268956941,
            "stop": 1268956942
        },
        {
            "start": 1268956943,
            "stop": 1268956976
        },
        {
            "start": 1268956977,
            "stop": 1268956980
        },
        {
            "start": 1268956982,
            "stop": 1268956983
        },
        {
            "start": 1268956985,
            "stop": 1268957003
        },
        {
            "start": 1268957004,
            "stop": 1268957009
        },
        {
            "start": 1268957010,
            "stop": 1268957019
        },
        {
            "start": 1268957020,
            "stop": 1268957034
        },
        {
            "start": 1268957036,
            "stop": 1268957037
        },
        {
            "start": 1268957038,
            "stop": 1268957054
        },
        {
            "start": 1268957055,
            "stop": 1268957060
        },
        {
            "start": 1268957061,
            "stop": 1268957090
        },
        {
            "start": 1268957091,
            "stop": 1268957104
        },
        {
            "start": 1268957105,
            "stop": 1268957133
        },
        {
            "start": 1268957134,
            "stop": 1268957188
        },
        {
            "start": 1268957189,
            "stop": 1268957354
        },
        {
            "start": 1268957355,
            "stop": 1268957415
        },
        {
            "start": 1268957416,
            "stop": 1268957478
        },
        {
            "start": 1268957479,
            "stop": 1268957480
        }
    ]
}