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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 1,
    "results": [
        {
            "start": 816061324,
            "stop": 816061427
        },
        {
            "start": 816062161,
            "stop": 816062207
        },
        {
            "start": 816062271,
            "stop": 816062987
        },
        {
            "start": 816064048,
            "stop": 816064577
        },
        {
            "start": 816064752,
            "stop": 816065043
        },
        {
            "start": 816065503,
            "stop": 816065957
        },
        {
            "start": 816065991,
            "stop": 816066168
        },
        {
            "start": 816066179,
            "stop": 816066215
        },
        {
            "start": 816066223,
            "stop": 816066553
        },
        {
            "start": 816068440,
            "stop": 816068702
        },
        {
            "start": 816068764,
            "stop": 816069152
        },
        {
            "start": 816069505,
            "stop": 816069857
        },
        {
            "start": 816069963,
            "stop": 816070576
        },
        {
            "start": 816070605,
            "stop": 816071394
        },
        {
            "start": 816071423,
            "stop": 816075499
        },
        {
            "start": 816075510,
            "stop": 816075531
        },
        {
            "start": 816075544,
            "stop": 816075560
        },
        {
            "start": 816075568,
            "stop": 816075574
        },
        {
            "start": 816075581,
            "stop": 816075810
        },
        {
            "start": 816076050,
            "stop": 816076059
        }
    ]
}