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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5335",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5333",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5334,
    "results": [
        {
            "start": 1137232371,
            "stop": 1137232450
        },
        {
            "start": 1137232452,
            "stop": 1137232545
        },
        {
            "start": 1137232547,
            "stop": 1137232601
        },
        {
            "start": 1137232603,
            "stop": 1137232606
        },
        {
            "start": 1137232608,
            "stop": 1137232635
        },
        {
            "start": 1137232637,
            "stop": 1137232690
        },
        {
            "start": 1137232692,
            "stop": 1137232768
        },
        {
            "start": 1137232772,
            "stop": 1137232816
        },
        {
            "start": 1137232818,
            "stop": 1137232820
        },
        {
            "start": 1137232822,
            "stop": 1137232950
        },
        {
            "start": 1137232952,
            "stop": 1137232953
        },
        {
            "start": 1137232955,
            "stop": 1137233005
        },
        {
            "start": 1137233007,
            "stop": 1137233022
        },
        {
            "start": 1137233024,
            "stop": 1137233126
        },
        {
            "start": 1137233127,
            "stop": 1137233193
        },
        {
            "start": 1137233195,
            "stop": 1137233256
        },
        {
            "start": 1137233257,
            "stop": 1137233271
        },
        {
            "start": 1137233273,
            "stop": 1137234016
        },
        {
            "start": 1137234017,
            "stop": 1137234026
        },
        {
            "start": 1137234028,
            "stop": 1137234042
        }
    ]
}