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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=98",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 99,
    "results": [
        {
            "start": 829246654,
            "stop": 829252746
        },
        {
            "start": 829252761,
            "stop": 829258630
        },
        {
            "start": 829277639,
            "stop": 829293530
        },
        {
            "start": 829294624,
            "stop": 829303573
        },
        {
            "start": 829304616,
            "stop": 829311193
        },
        {
            "start": 829311196,
            "stop": 829311197
        },
        {
            "start": 829311366,
            "stop": 829311607
        },
        {
            "start": 829311800,
            "stop": 829317313
        },
        {
            "start": 829318662,
            "stop": 829322473
        },
        {
            "start": 829322498,
            "stop": 829322499
        },
        {
            "start": 829323013,
            "stop": 829325703
        },
        {
            "start": 829326702,
            "stop": 829326736
        },
        {
            "start": 829326856,
            "stop": 829331893
        },
        {
            "start": 829331944,
            "stop": 829331945
        },
        {
            "start": 829332057,
            "stop": 829332193
        },
        {
            "start": 829334778,
            "stop": 829336265
        },
        {
            "start": 829336427,
            "stop": 829342453
        },
        {
            "start": 829342484,
            "stop": 829342485
        },
        {
            "start": 829342620,
            "stop": 829342693
        },
        {
            "start": 829342750,
            "stop": 829342751
        }
    ]
}