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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=58",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 59,
    "results": [
        {
            "start": 817252923,
            "stop": 817253777
        },
        {
            "start": 817253806,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817257135
        },
        {
            "start": 817257164,
            "stop": 817258170
        },
        {
            "start": 817258590,
            "stop": 817260880
        },
        {
            "start": 817261007,
            "stop": 817261091
        },
        {
            "start": 817261138,
            "stop": 817261262
        },
        {
            "start": 817261294,
            "stop": 817261337
        },
        {
            "start": 817261466,
            "stop": 817261494
        },
        {
            "start": 817261501,
            "stop": 817261503
        },
        {
            "start": 817261517,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817262512
        },
        {
            "start": 817262542,
            "stop": 817263661
        },
        {
            "start": 817263693,
            "stop": 817263967
        },
        {
            "start": 817263975,
            "stop": 817264211
        },
        {
            "start": 817264974,
            "stop": 817265315
        },
        {
            "start": 817265346,
            "stop": 817270048
        },
        {
            "start": 817270079,
            "stop": 817276666
        },
        {
            "start": 817276750,
            "stop": 817276820
        },
        {
            "start": 817276828,
            "stop": 817277209
        }
    ]
}