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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=2",
    "previous": null,
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 1,
    "results": [
        {
            "start": 815161068,
            "stop": 815175486
        },
        {
            "start": 815175548,
            "stop": 815182427
        },
        {
            "start": 815425861,
            "stop": 815432464
        },
        {
            "start": 815434184,
            "stop": 815489704
        },
        {
            "start": 815506318,
            "stop": 815508064
        },
        {
            "start": 815510684,
            "stop": 815539204
        },
        {
            "start": 815604044,
            "stop": 815604244
        },
        {
            "start": 815604524,
            "stop": 815605024
        },
        {
            "start": 815605064,
            "stop": 815605264
        },
        {
            "start": 815613044,
            "stop": 815613141
        },
        {
            "start": 815615429,
            "stop": 815644184
        },
        {
            "start": 815648144,
            "stop": 816023224
        },
        {
            "start": 816028424,
            "stop": 816028564
        },
        {
            "start": 816040064,
            "stop": 816112864
        },
        {
            "start": 816126584,
            "stop": 816213244
        },
        {
            "start": 816221661,
            "stop": 816724864
        },
        {
            "start": 816725384,
            "stop": 816728464
        },
        {
            "start": 816729644,
            "stop": 816746464
        },
        {
            "start": 816746864,
            "stop": 816807664
        },
        {
            "start": 816809144,
            "stop": 817154239
        }
    ]
}