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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8160",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8161,
    "results": [
        {
            "start": 970995535,
            "stop": 970995760
        },
        {
            "start": 970995763,
            "stop": 970995805
        },
        {
            "start": 970995808,
            "stop": 970995854
        },
        {
            "start": 970995857,
            "stop": 970995949
        },
        {
            "start": 970995952,
            "stop": 970995954
        },
        {
            "start": 970995957,
            "stop": 970996056
        },
        {
            "start": 970996059,
            "stop": 970996068
        },
        {
            "start": 970996071,
            "stop": 970996096
        },
        {
            "start": 970996099,
            "stop": 970996118
        },
        {
            "start": 970996121,
            "stop": 970996184
        },
        {
            "start": 970996187,
            "stop": 970996188
        },
        {
            "start": 970996191,
            "stop": 970996308
        },
        {
            "start": 970996311,
            "stop": 970996332
        },
        {
            "start": 970996335,
            "stop": 970996484
        },
        {
            "start": 970996487,
            "stop": 970996494
        },
        {
            "start": 970996497,
            "stop": 970996606
        },
        {
            "start": 970996609,
            "stop": 970996614
        },
        {
            "start": 970996617,
            "stop": 970996658
        },
        {
            "start": 970996661,
            "stop": 970996674
        },
        {
            "start": 970996677,
            "stop": 970996777
        }
    ]
}