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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 27,
    "results": [
        {
            "start": 1165786675,
            "stop": 1165786877
        },
        {
            "start": 1165787359,
            "stop": 1165789191
        },
        {
            "start": 1165791476,
            "stop": 1165799777
        },
        {
            "start": 1165799973,
            "stop": 1165819025
        },
        {
            "start": 1165822243,
            "stop": 1165824978
        },
        {
            "start": 1165824979,
            "stop": 1165826057
        },
        {
            "start": 1165826058,
            "stop": 1165826228
        },
        {
            "start": 1165826229,
            "stop": 1165827023
        },
        {
            "start": 1165827024,
            "stop": 1165827436
        },
        {
            "start": 1165827437,
            "stop": 1165827542
        },
        {
            "start": 1165827543,
            "stop": 1165829879
        },
        {
            "start": 1165829880,
            "stop": 1165829953
        },
        {
            "start": 1165829954,
            "stop": 1165830207
        },
        {
            "start": 1165830209,
            "stop": 1165831230
        },
        {
            "start": 1165831231,
            "stop": 1165831822
        },
        {
            "start": 1165831824,
            "stop": 1165833514
        },
        {
            "start": 1165833515,
            "stop": 1165833526
        },
        {
            "start": 1165833527,
            "stop": 1165833553
        },
        {
            "start": 1165833555,
            "stop": 1165833557
        },
        {
            "start": 1165833558,
            "stop": 1165833571
        }
    ]
}