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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=27",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 28,
    "results": [
        {
            "start": 931246213,
            "stop": 931246220
        },
        {
            "start": 931246227,
            "stop": 931246229
        },
        {
            "start": 931246231,
            "stop": 931246233
        },
        {
            "start": 931246236,
            "stop": 931246265
        },
        {
            "start": 931246267,
            "stop": 931246297
        },
        {
            "start": 931246302,
            "stop": 931246307
        },
        {
            "start": 931246310,
            "stop": 931246326
        },
        {
            "start": 931246329,
            "stop": 931246340
        },
        {
            "start": 931246342,
            "stop": 931246343
        },
        {
            "start": 931246345,
            "stop": 931246359
        },
        {
            "start": 931246363,
            "stop": 931246368
        },
        {
            "start": 931246371,
            "stop": 931246386
        },
        {
            "start": 931246388,
            "stop": 931246392
        },
        {
            "start": 931246394,
            "stop": 931246396
        },
        {
            "start": 931246398,
            "stop": 931246400
        },
        {
            "start": 931246402,
            "stop": 931246416
        },
        {
            "start": 931246418,
            "stop": 931246427
        },
        {
            "start": 931246429,
            "stop": 931246434
        },
        {
            "start": 931246437,
            "stop": 931246451
        },
        {
            "start": 931246453,
            "stop": 931246474
        }
    ]
}