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=5335
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=5336",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5334",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5335,
    "results": [
        {
            "start": 1137234044,
            "stop": 1137234048
        },
        {
            "start": 1137234049,
            "stop": 1137234134
        },
        {
            "start": 1137234135,
            "stop": 1137234174
        },
        {
            "start": 1137234176,
            "stop": 1137234542
        },
        {
            "start": 1137234544,
            "stop": 1137234917
        },
        {
            "start": 1137234919,
            "stop": 1137235029
        },
        {
            "start": 1137235031,
            "stop": 1137235052
        },
        {
            "start": 1137235056,
            "stop": 1137235142
        },
        {
            "start": 1137235145,
            "stop": 1137235263
        },
        {
            "start": 1137235267,
            "stop": 1137235356
        },
        {
            "start": 1137235358,
            "stop": 1137235476
        },
        {
            "start": 1137235479,
            "stop": 1137235480
        },
        {
            "start": 1137235482,
            "stop": 1137235506
        },
        {
            "start": 1137235507,
            "stop": 1137235581
        },
        {
            "start": 1137235582,
            "stop": 1137235583
        },
        {
            "start": 1137235584,
            "stop": 1137235667
        },
        {
            "start": 1137235669,
            "stop": 1137235800
        },
        {
            "start": 1137235802,
            "stop": 1137236042
        },
        {
            "start": 1137236044,
            "stop": 1137236140
        },
        {
            "start": 1137236142,
            "stop": 1137236234
        }
    ]
}