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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 195,
    "results": [
        {
            "start": 1258971769,
            "stop": 1258971781
        },
        {
            "start": 1258971784,
            "stop": 1258971830
        },
        {
            "start": 1258971833,
            "stop": 1258971938
        },
        {
            "start": 1258971940,
            "stop": 1258971970
        },
        {
            "start": 1258971972,
            "stop": 1258972047
        },
        {
            "start": 1258972050,
            "stop": 1258972078
        },
        {
            "start": 1258972081,
            "stop": 1258972099
        },
        {
            "start": 1258972102,
            "stop": 1258972208
        },
        {
            "start": 1258972210,
            "stop": 1258972213
        },
        {
            "start": 1258972216,
            "stop": 1258972378
        },
        {
            "start": 1258972381,
            "stop": 1258972541
        },
        {
            "start": 1258972542,
            "stop": 1258972544
        },
        {
            "start": 1258972547,
            "stop": 1258972769
        },
        {
            "start": 1258972772,
            "stop": 1258972865
        },
        {
            "start": 1258972866,
            "stop": 1258973267
        },
        {
            "start": 1258973268,
            "stop": 1258973269
        },
        {
            "start": 1258973270,
            "stop": 1258973355
        },
        {
            "start": 1258973356,
            "stop": 1258973372
        },
        {
            "start": 1258973374,
            "stop": 1258973759
        },
        {
            "start": 1258973762,
            "stop": 1258973781
        }
    ]
}