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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 169,
    "results": [
        {
            "start": 1258662923,
            "stop": 1258662926
        },
        {
            "start": 1258662929,
            "stop": 1258663086
        },
        {
            "start": 1258663089,
            "stop": 1258663097
        },
        {
            "start": 1258663099,
            "stop": 1258663139
        },
        {
            "start": 1258663142,
            "stop": 1258663151
        },
        {
            "start": 1258663153,
            "stop": 1258663464
        },
        {
            "start": 1258663467,
            "stop": 1258663694
        },
        {
            "start": 1258663697,
            "stop": 1258663848
        },
        {
            "start": 1258663851,
            "stop": 1258663945
        },
        {
            "start": 1258663948,
            "stop": 1258664153
        },
        {
            "start": 1258664156,
            "stop": 1258664264
        },
        {
            "start": 1258664267,
            "stop": 1258664305
        },
        {
            "start": 1258664308,
            "stop": 1258664317
        },
        {
            "start": 1258664321,
            "stop": 1258664651
        },
        {
            "start": 1258664654,
            "stop": 1258664658
        },
        {
            "start": 1258664661,
            "stop": 1258664962
        },
        {
            "start": 1258664965,
            "stop": 1258665032
        },
        {
            "start": 1258665035,
            "stop": 1258665075
        },
        {
            "start": 1258665078,
            "stop": 1258665086
        },
        {
            "start": 1258665089,
            "stop": 1258665121
        }
    ]
}