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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=30",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 31,
    "results": [
        {
            "start": 1243489405,
            "stop": 1243566444
        },
        {
            "start": 1243566823,
            "stop": 1243595553
        },
        {
            "start": 1243598434,
            "stop": 1243606094
        },
        {
            "start": 1243615972,
            "stop": 1243660835
        },
        {
            "start": 1243686824,
            "stop": 1243690911
        },
        {
            "start": 1243695804,
            "stop": 1243756933
        },
        {
            "start": 1243765997,
            "stop": 1243767478
        },
        {
            "start": 1243767946,
            "stop": 1243768686
        },
        {
            "start": 1243768856,
            "stop": 1243768858
        },
        {
            "start": 1243771841,
            "stop": 1243782079
        },
        {
            "start": 1243796605,
            "stop": 1243801253
        },
        {
            "start": 1243814160,
            "stop": 1243817219
        },
        {
            "start": 1243819863,
            "stop": 1243821880
        },
        {
            "start": 1243823740,
            "stop": 1243845339
        },
        {
            "start": 1243850983,
            "stop": 1243862262
        },
        {
            "start": 1243862326,
            "stop": 1243878316
        },
        {
            "start": 1243878319,
            "stop": 1243878329
        },
        {
            "start": 1243878336,
            "stop": 1243884907
        },
        {
            "start": 1243886649,
            "stop": 1243924455
        },
        {
            "start": 1243924954,
            "stop": 1243932197
        }
    ]
}