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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=61",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 62,
    "results": [
        {
            "start": 944226836,
            "stop": 944227111
        },
        {
            "start": 944228574,
            "stop": 944229184
        },
        {
            "start": 944230921,
            "stop": 944233859
        },
        {
            "start": 944234983,
            "stop": 944235082
        },
        {
            "start": 944235889,
            "stop": 944236939
        },
        {
            "start": 944238305,
            "stop": 944238461
        },
        {
            "start": 944239330,
            "stop": 944240203
        },
        {
            "start": 944241522,
            "stop": 944241647
        },
        {
            "start": 944242307,
            "stop": 944243946
        },
        {
            "start": 944245435,
            "stop": 944245859
        },
        {
            "start": 944247190,
            "stop": 944247246
        },
        {
            "start": 944247994,
            "stop": 944248754
        },
        {
            "start": 944249734,
            "stop": 944250144
        },
        {
            "start": 944250769,
            "stop": 944252341
        },
        {
            "start": 944253002,
            "stop": 944254053
        },
        {
            "start": 944255332,
            "stop": 944257692
        },
        {
            "start": 944259022,
            "stop": 944261287
        },
        {
            "start": 944262033,
            "stop": 944269253
        },
        {
            "start": 944270131,
            "stop": 944271552
        },
        {
            "start": 944272974,
            "stop": 944273489
        }
    ]
}