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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=132",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 133,
    "results": [
        {
            "start": 1176756415,
            "stop": 1176756418
        },
        {
            "start": 1176756420,
            "stop": 1176756421
        },
        {
            "start": 1176756422,
            "stop": 1176767804
        },
        {
            "start": 1176767806,
            "stop": 1176767840
        },
        {
            "start": 1176767841,
            "stop": 1176767849
        },
        {
            "start": 1176767850,
            "stop": 1176768174
        },
        {
            "start": 1176768175,
            "stop": 1176768181
        },
        {
            "start": 1176768185,
            "stop": 1176768189
        },
        {
            "start": 1176768194,
            "stop": 1176768197
        },
        {
            "start": 1176768201,
            "stop": 1176768206
        },
        {
            "start": 1176768209,
            "stop": 1176768214
        },
        {
            "start": 1176768217,
            "stop": 1176768223
        },
        {
            "start": 1176768225,
            "stop": 1176768230
        },
        {
            "start": 1176768233,
            "stop": 1176768448
        },
        {
            "start": 1176768451,
            "stop": 1176768455
        },
        {
            "start": 1176768458,
            "stop": 1176768465
        },
        {
            "start": 1176768466,
            "stop": 1176777855
        },
        {
            "start": 1176785219,
            "stop": 1176785302
        },
        {
            "start": 1176785328,
            "stop": 1176810803
        },
        {
            "start": 1176812779,
            "stop": 1176830165
        }
    ]
}