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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5189",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5190,
    "results": [
        {
            "start": 874794080,
            "stop": 874794099
        },
        {
            "start": 874794106,
            "stop": 874794138
        },
        {
            "start": 874794146,
            "stop": 874794230
        },
        {
            "start": 874794237,
            "stop": 874794338
        },
        {
            "start": 874794348,
            "stop": 874794358
        },
        {
            "start": 874794367,
            "stop": 874794448
        },
        {
            "start": 874794455,
            "stop": 874794670
        },
        {
            "start": 874794679,
            "stop": 874794705
        },
        {
            "start": 874794712,
            "stop": 874794777
        },
        {
            "start": 874794784,
            "stop": 874795006
        },
        {
            "start": 874795013,
            "stop": 874795014
        },
        {
            "start": 874795021,
            "stop": 874795067
        },
        {
            "start": 874795074,
            "stop": 874795086
        },
        {
            "start": 874795093,
            "stop": 874795118
        },
        {
            "start": 874795126,
            "stop": 874795129
        },
        {
            "start": 874795136,
            "stop": 874795297
        },
        {
            "start": 874795305,
            "stop": 874795307
        },
        {
            "start": 874795314,
            "stop": 874795335
        },
        {
            "start": 874795342,
            "stop": 874795556
        },
        {
            "start": 874795577,
            "stop": 874795666
        }
    ]
}