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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10286",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10287,
    "results": [
        {
            "start": 875008549,
            "stop": 875008591
        },
        {
            "start": 875008681,
            "stop": 875008699
        },
        {
            "start": 875008761,
            "stop": 875008766
        },
        {
            "start": 875008884,
            "stop": 875008976
        },
        {
            "start": 875009082,
            "stop": 875009145
        },
        {
            "start": 875009182,
            "stop": 875009266
        },
        {
            "start": 875009302,
            "stop": 875009457
        },
        {
            "start": 875009493,
            "stop": 875009550
        },
        {
            "start": 875009763,
            "stop": 875009896
        },
        {
            "start": 875009973,
            "stop": 875010042
        },
        {
            "start": 875010085,
            "stop": 875010087
        },
        {
            "start": 875010123,
            "stop": 875010546
        },
        {
            "start": 875010630,
            "stop": 875010722
        },
        {
            "start": 875010811,
            "stop": 875010846
        },
        {
            "start": 875010898,
            "stop": 875010907
        },
        {
            "start": 875011012,
            "stop": 875011129
        },
        {
            "start": 875011178,
            "stop": 875011224
        },
        {
            "start": 875011260,
            "stop": 875011320
        },
        {
            "start": 875011427,
            "stop": 875011508
        },
        {
            "start": 875011545,
            "stop": 875011682
        }
    ]
}