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
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=2",
    "previous": null,
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815201138
        },
        {
            "start": 815201145,
            "stop": 815201291
        },
        {
            "start": 815201299,
            "stop": 815201306
        },
        {
            "start": 815201314,
            "stop": 815201450
        },
        {
            "start": 815201457,
            "stop": 815201507
        },
        {
            "start": 815201514,
            "stop": 815201610
        },
        {
            "start": 815201617,
            "stop": 815201620
        },
        {
            "start": 815201627,
            "stop": 815201736
        },
        {
            "start": 815201743,
            "stop": 815201757
        },
        {
            "start": 815201764,
            "stop": 815201826
        },
        {
            "start": 815201833,
            "stop": 815201906
        },
        {
            "start": 815201913,
            "stop": 815201986
        },
        {
            "start": 815201993,
            "stop": 815202027
        },
        {
            "start": 815202034,
            "stop": 815202077
        },
        {
            "start": 815202085,
            "stop": 815202112
        },
        {
            "start": 815202120,
            "stop": 815202267
        },
        {
            "start": 815202274,
            "stop": 815202398
        },
        {
            "start": 815202412,
            "stop": 815202686
        },
        {
            "start": 815202693,
            "stop": 815203083
        },
        {
            "start": 815203090,
            "stop": 815203238
        }
    ]
}