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&page=5281
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=5282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5280",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5281,
    "results": [
        {
            "start": 874817817,
            "stop": 874817820
        },
        {
            "start": 874819080,
            "stop": 874819125
        },
        {
            "start": 874819189,
            "stop": 874819247
        },
        {
            "start": 874819283,
            "stop": 874819317
        },
        {
            "start": 874819325,
            "stop": 874819374
        },
        {
            "start": 874819382,
            "stop": 874819845
        },
        {
            "start": 874819881,
            "stop": 874819991
        },
        {
            "start": 874819998,
            "stop": 874820170
        },
        {
            "start": 874820206,
            "stop": 874820291
        },
        {
            "start": 874820327,
            "stop": 874821080
        },
        {
            "start": 874821144,
            "stop": 874821325
        },
        {
            "start": 874821332,
            "stop": 874821790
        },
        {
            "start": 874821797,
            "stop": 874822188
        },
        {
            "start": 874822196,
            "stop": 874822201
        },
        {
            "start": 874822209,
            "stop": 874822488
        },
        {
            "start": 874822496,
            "stop": 874822739
        },
        {
            "start": 874822746,
            "stop": 874822918
        },
        {
            "start": 874822956,
            "stop": 874823007
        },
        {
            "start": 874823014,
            "stop": 874823530
        },
        {
            "start": 874823565,
            "stop": 874823622
        }
    ]
}