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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=127",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 128,
    "results": [
        {
            "start": 1175953263,
            "stop": 1175954431
        },
        {
            "start": 1175980377,
            "stop": 1175990484
        },
        {
            "start": 1175990485,
            "stop": 1175993267
        },
        {
            "start": 1175995756,
            "stop": 1176002989
        },
        {
            "start": 1176002990,
            "stop": 1176005479
        },
        {
            "start": 1176005480,
            "stop": 1176008537
        },
        {
            "start": 1176008538,
            "stop": 1176011318
        },
        {
            "start": 1176011319,
            "stop": 1176014385
        },
        {
            "start": 1176014386,
            "stop": 1176017181
        },
        {
            "start": 1176017182,
            "stop": 1176019996
        },
        {
            "start": 1176019997,
            "stop": 1176022930
        },
        {
            "start": 1176022931,
            "stop": 1176025947
        },
        {
            "start": 1176025948,
            "stop": 1176028294
        },
        {
            "start": 1176032010,
            "stop": 1176037426
        },
        {
            "start": 1176037427,
            "stop": 1176040033
        },
        {
            "start": 1176040034,
            "stop": 1176042919
        },
        {
            "start": 1176042920,
            "stop": 1176046045
        },
        {
            "start": 1176046046,
            "stop": 1176048028
        },
        {
            "start": 1176161620,
            "stop": 1176192490
        },
        {
            "start": 1176196962,
            "stop": 1176206193
        }
    ]
}