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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=75",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 76,
    "results": [
        {
            "start": 826465793,
            "stop": 826469499
        },
        {
            "start": 826470313,
            "stop": 826471437
        },
        {
            "start": 826474348,
            "stop": 826474355
        },
        {
            "start": 826476074,
            "stop": 826484772
        },
        {
            "start": 826485589,
            "stop": 826489135
        },
        {
            "start": 826489813,
            "stop": 826494487
        },
        {
            "start": 826495610,
            "stop": 826498873
        },
        {
            "start": 826498882,
            "stop": 826498883
        },
        {
            "start": 826500712,
            "stop": 826500823
        },
        {
            "start": 826500877,
            "stop": 826531573
        },
        {
            "start": 826532171,
            "stop": 826541644
        },
        {
            "start": 826543250,
            "stop": 826548850
        },
        {
            "start": 826551035,
            "stop": 826557433
        },
        {
            "start": 826557485,
            "stop": 826557486
        },
        {
            "start": 826559724,
            "stop": 826560253
        },
        {
            "start": 826560304,
            "stop": 826560305
        },
        {
            "start": 826561097,
            "stop": 826567933
        },
        {
            "start": 826567944,
            "stop": 826567946
        },
        {
            "start": 826568232,
            "stop": 826572426
        },
        {
            "start": 826573771,
            "stop": 826574413
        }
    ]
}