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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=63",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 64,
    "results": [
        {
            "start": 944626566,
            "stop": 944630086
        },
        {
            "start": 944631813,
            "stop": 944633132
        },
        {
            "start": 944634318,
            "stop": 944635396
        },
        {
            "start": 944642492,
            "stop": 944644414
        },
        {
            "start": 944645059,
            "stop": 944646798
        },
        {
            "start": 944648210,
            "stop": 944648829
        },
        {
            "start": 944649666,
            "stop": 944651131
        },
        {
            "start": 944651887,
            "stop": 944653048
        },
        {
            "start": 944654288,
            "stop": 944654502
        },
        {
            "start": 944655365,
            "stop": 944656857
        },
        {
            "start": 944662571,
            "stop": 944663741
        },
        {
            "start": 944666033,
            "stop": 944666868
        },
        {
            "start": 944667388,
            "stop": 944669146
        },
        {
            "start": 944670044,
            "stop": 944670225
        },
        {
            "start": 944671082,
            "stop": 944671481
        },
        {
            "start": 944672920,
            "stop": 944673196
        },
        {
            "start": 944675984,
            "stop": 944676204
        },
        {
            "start": 944676949,
            "stop": 944677556
        },
        {
            "start": 944678399,
            "stop": 944678878
        },
        {
            "start": 944679562,
            "stop": 944679951
        }
    ]
}