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=9981
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=9982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9980",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9981,
    "results": [
        {
            "start": 875117749,
            "stop": 875117750
        },
        {
            "start": 875117753,
            "stop": 875117767
        },
        {
            "start": 875117770,
            "stop": 875117773
        },
        {
            "start": 875117783,
            "stop": 875117784
        },
        {
            "start": 875117787,
            "stop": 875117789
        },
        {
            "start": 875117792,
            "stop": 875117806
        },
        {
            "start": 875117809,
            "stop": 875117826
        },
        {
            "start": 875117832,
            "stop": 875117835
        },
        {
            "start": 875117840,
            "stop": 875117847
        },
        {
            "start": 875117852,
            "stop": 875117885
        },
        {
            "start": 875117888,
            "stop": 875117892
        },
        {
            "start": 875117895,
            "stop": 875117906
        },
        {
            "start": 875117912,
            "stop": 875117937
        },
        {
            "start": 875117942,
            "stop": 875117966
        },
        {
            "start": 875117969,
            "stop": 875118221
        },
        {
            "start": 875118224,
            "stop": 875118249
        },
        {
            "start": 875118255,
            "stop": 875118257
        },
        {
            "start": 875118260,
            "stop": 875118261
        },
        {
            "start": 875118264,
            "stop": 875118275
        },
        {
            "start": 875118278,
            "stop": 875118299
        }
    ]
}