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=4938
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=4939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4937",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4938,
    "results": [
        {
            "start": 874414081,
            "stop": 874414082
        },
        {
            "start": 874414089,
            "stop": 874414124
        },
        {
            "start": 874414305,
            "stop": 874414426
        },
        {
            "start": 874414433,
            "stop": 874414566
        },
        {
            "start": 874414574,
            "stop": 874414589
        },
        {
            "start": 874414596,
            "stop": 874414683
        },
        {
            "start": 874414690,
            "stop": 874414757
        },
        {
            "start": 874414764,
            "stop": 874414781
        },
        {
            "start": 874414788,
            "stop": 874414860
        },
        {
            "start": 874414867,
            "stop": 874414978
        },
        {
            "start": 874414985,
            "stop": 874415060
        },
        {
            "start": 874415067,
            "stop": 874415106
        },
        {
            "start": 874415114,
            "stop": 874415234
        },
        {
            "start": 874415241,
            "stop": 874415276
        },
        {
            "start": 874415283,
            "stop": 874415596
        },
        {
            "start": 874415605,
            "stop": 874415688
        },
        {
            "start": 874415695,
            "stop": 874416179
        },
        {
            "start": 874416187,
            "stop": 874416233
        },
        {
            "start": 874416241,
            "stop": 874416584
        },
        {
            "start": 874416592,
            "stop": 874416632
        }
    ]
}