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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=17",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 18,
    "results": [
        {
            "start": 1165134649,
            "stop": 1165134650
        },
        {
            "start": 1165134652,
            "stop": 1165134762
        },
        {
            "start": 1165134763,
            "stop": 1165134766
        },
        {
            "start": 1165134767,
            "stop": 1165134777
        },
        {
            "start": 1165134779,
            "stop": 1165134824
        },
        {
            "start": 1165134825,
            "stop": 1165134844
        },
        {
            "start": 1165134845,
            "stop": 1165135001
        },
        {
            "start": 1165135003,
            "stop": 1165135041
        },
        {
            "start": 1165135043,
            "stop": 1165135070
        },
        {
            "start": 1165135072,
            "stop": 1165135147
        },
        {
            "start": 1165135149,
            "stop": 1165135161
        },
        {
            "start": 1165135162,
            "stop": 1165135164
        },
        {
            "start": 1165135165,
            "stop": 1165135195
        },
        {
            "start": 1165135196,
            "stop": 1165135253
        },
        {
            "start": 1165135255,
            "stop": 1165135308
        },
        {
            "start": 1165135310,
            "stop": 1165135331
        },
        {
            "start": 1165135332,
            "stop": 1165135350
        },
        {
            "start": 1165135352,
            "stop": 1165135356
        },
        {
            "start": 1165135358,
            "stop": 1165135459
        },
        {
            "start": 1165135460,
            "stop": 1165135503
        }
    ]
}