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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=133",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 134,
    "results": [
        {
            "start": 816747418,
            "stop": 816747419
        },
        {
            "start": 816747422,
            "stop": 816747426
        },
        {
            "start": 816747431,
            "stop": 816747484
        },
        {
            "start": 816747487,
            "stop": 816747491
        },
        {
            "start": 816747496,
            "stop": 816747508
        },
        {
            "start": 816747513,
            "stop": 816747515
        },
        {
            "start": 816747521,
            "stop": 816747523
        },
        {
            "start": 816747528,
            "stop": 816747530
        },
        {
            "start": 816747534,
            "stop": 816747537
        },
        {
            "start": 816747540,
            "stop": 816747544
        },
        {
            "start": 816747548,
            "stop": 816747766
        },
        {
            "start": 816747771,
            "stop": 816747814
        },
        {
            "start": 816747817,
            "stop": 816747879
        },
        {
            "start": 816747882,
            "stop": 816747980
        },
        {
            "start": 816747983,
            "stop": 816748155
        },
        {
            "start": 816748158,
            "stop": 816748184
        },
        {
            "start": 816748190,
            "stop": 816748197
        },
        {
            "start": 816748204,
            "stop": 816748211
        },
        {
            "start": 816748217,
            "stop": 816748224
        },
        {
            "start": 816748236,
            "stop": 816748238
        }
    ]
}