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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=52",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 53,
    "results": [
        {
            "start": 816444768,
            "stop": 816444798
        },
        {
            "start": 816444803,
            "stop": 816444807
        },
        {
            "start": 816444812,
            "stop": 816444813
        },
        {
            "start": 816444822,
            "stop": 816444910
        },
        {
            "start": 816444913,
            "stop": 816444916
        },
        {
            "start": 816444920,
            "stop": 816444946
        },
        {
            "start": 816444951,
            "stop": 816444958
        },
        {
            "start": 816444964,
            "stop": 816445012
        },
        {
            "start": 816445016,
            "stop": 816445035
        },
        {
            "start": 816445041,
            "stop": 816445044
        },
        {
            "start": 816445049,
            "stop": 816445089
        },
        {
            "start": 816445093,
            "stop": 816445229
        },
        {
            "start": 816445233,
            "stop": 816445236
        },
        {
            "start": 816445242,
            "stop": 816445247
        },
        {
            "start": 816445250,
            "stop": 816445259
        },
        {
            "start": 816445263,
            "stop": 816445398
        },
        {
            "start": 816445401,
            "stop": 816445595
        },
        {
            "start": 816445598,
            "stop": 816445639
        },
        {
            "start": 816445646,
            "stop": 816445647
        },
        {
            "start": 816445656,
            "stop": 816445657
        }
    ]
}