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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 4,
    "results": [
        {
            "start": 1165435779,
            "stop": 1165453202
        },
        {
            "start": 1165453497,
            "stop": 1165503811
        },
        {
            "start": 1165508628,
            "stop": 1165518947
        },
        {
            "start": 1165519432,
            "stop": 1165531175
        },
        {
            "start": 1165531632,
            "stop": 1165597012
        },
        {
            "start": 1165597015,
            "stop": 1165597123
        },
        {
            "start": 1165614915,
            "stop": 1165616005
        },
        {
            "start": 1165616374,
            "stop": 1165680798
        },
        {
            "start": 1165701922,
            "stop": 1165718375
        },
        {
            "start": 1165727656,
            "stop": 1165751638
        },
        {
            "start": 1165753457,
            "stop": 1165769184
        },
        {
            "start": 1165772071,
            "stop": 1165781556
        },
        {
            "start": 1165794106,
            "stop": 1165797971
        },
        {
            "start": 1165804252,
            "stop": 1165806691
        },
        {
            "start": 1165813872,
            "stop": 1165822892
        },
        {
            "start": 1165823193,
            "stop": 1165823928
        },
        {
            "start": 1165824160,
            "stop": 1165829538
        },
        {
            "start": 1165831525,
            "stop": 1165842926
        },
        {
            "start": 1165844915,
            "stop": 1165858144
        },
        {
            "start": 1165859747,
            "stop": 1165887625
        }
    ]
}