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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=128",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 129,
    "results": [
        {
            "start": 1176206194,
            "stop": 1176214180
        },
        {
            "start": 1176215135,
            "stop": 1176240003
        },
        {
            "start": 1176240820,
            "stop": 1176241232
        },
        {
            "start": 1176241237,
            "stop": 1176243552
        },
        {
            "start": 1176246668,
            "stop": 1176253211
        },
        {
            "start": 1176253214,
            "stop": 1176253217
        },
        {
            "start": 1176253236,
            "stop": 1176253241
        },
        {
            "start": 1176253242,
            "stop": 1176253245
        },
        {
            "start": 1176253250,
            "stop": 1176280663
        },
        {
            "start": 1176280667,
            "stop": 1176280669
        },
        {
            "start": 1176280675,
            "stop": 1176280677
        },
        {
            "start": 1176289703,
            "stop": 1176294579
        },
        {
            "start": 1176300438,
            "stop": 1176304543
        },
        {
            "start": 1176304544,
            "stop": 1176304552
        },
        {
            "start": 1176304556,
            "stop": 1176304566
        },
        {
            "start": 1176304567,
            "stop": 1176313771
        },
        {
            "start": 1176313775,
            "stop": 1176313781
        },
        {
            "start": 1176313787,
            "stop": 1176314189
        },
        {
            "start": 1176314191,
            "stop": 1176315693
        },
        {
            "start": 1176315694,
            "stop": 1176315702
        }
    ]
}