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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=478",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 479,
    "results": [
        {
            "start": 821790070,
            "stop": 821790075
        },
        {
            "start": 821790078,
            "stop": 821790084
        },
        {
            "start": 821790087,
            "stop": 821790091
        },
        {
            "start": 821790094,
            "stop": 821790105
        },
        {
            "start": 821790111,
            "stop": 821790119
        },
        {
            "start": 821790124,
            "stop": 821790149
        },
        {
            "start": 821790152,
            "stop": 821790172
        },
        {
            "start": 821790175,
            "stop": 821790184
        },
        {
            "start": 821790187,
            "stop": 821790222
        },
        {
            "start": 821790227,
            "stop": 821790247
        },
        {
            "start": 821790250,
            "stop": 821790255
        },
        {
            "start": 821790261,
            "stop": 821790266
        },
        {
            "start": 821790272,
            "stop": 821790288
        },
        {
            "start": 821790291,
            "stop": 821790297
        },
        {
            "start": 821790303,
            "stop": 821790329
        },
        {
            "start": 821790333,
            "stop": 821790345
        },
        {
            "start": 821790350,
            "stop": 821790352
        },
        {
            "start": 821790355,
            "stop": 821790358
        },
        {
            "start": 821790363,
            "stop": 821790364
        },
        {
            "start": 821790370,
            "stop": 821790371
        }
    ]
}