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=10258
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=10259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10257",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10258,
    "results": [
        {
            "start": 874686781,
            "stop": 874687604
        },
        {
            "start": 874687654,
            "stop": 874688346
        },
        {
            "start": 874688380,
            "stop": 874689037
        },
        {
            "start": 874689045,
            "stop": 874689577
        },
        {
            "start": 874689611,
            "stop": 874689886
        },
        {
            "start": 874689920,
            "stop": 874689945
        },
        {
            "start": 874690410,
            "stop": 874690479
        },
        {
            "start": 874690513,
            "stop": 874690673
        },
        {
            "start": 874690707,
            "stop": 874690832
        },
        {
            "start": 874690839,
            "stop": 874690843
        },
        {
            "start": 874690878,
            "stop": 874690967
        },
        {
            "start": 874691001,
            "stop": 874691340
        },
        {
            "start": 874691383,
            "stop": 874691457
        },
        {
            "start": 874691491,
            "stop": 874691606
        },
        {
            "start": 874691614,
            "stop": 874691762
        },
        {
            "start": 874691796,
            "stop": 874691801
        },
        {
            "start": 874691835,
            "stop": 874691957
        },
        {
            "start": 874691991,
            "stop": 874692134
        },
        {
            "start": 874692169,
            "stop": 874692481
        },
        {
            "start": 874692515,
            "stop": 874692809
        }
    ]
}