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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=887",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=885",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 886,
    "results": [
        {
            "start": 969530625,
            "stop": 969530815
        },
        {
            "start": 969530821,
            "stop": 969539202
        },
        {
            "start": 969543117,
            "stop": 969555993
        },
        {
            "start": 969558326,
            "stop": 969561197
        },
        {
            "start": 969561203,
            "stop": 969562536
        },
        {
            "start": 969563289,
            "stop": 969572080
        },
        {
            "start": 969572086,
            "stop": 969572090
        },
        {
            "start": 969575192,
            "stop": 969583008
        },
        {
            "start": 969585309,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969626163
        },
        {
            "start": 969626169,
            "stop": 969626231
        },
        {
            "start": 969626236,
            "stop": 969629061
        },
        {
            "start": 969629067,
            "stop": 969629068
        },
        {
            "start": 969633559,
            "stop": 969633929
        },
        {
            "start": 969634598,
            "stop": 969640419
        },
        {
            "start": 969640579,
            "stop": 969649906
        },
        {
            "start": 969650741,
            "stop": 969654780
        },
        {
            "start": 969656683,
            "stop": 969669751
        },
        {
            "start": 969670409,
            "stop": 969670790
        },
        {
            "start": 969670977,
            "stop": 969678157
        }
    ]
}