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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 194,
    "results": [
        {
            "start": 1258970311,
            "stop": 1258970312
        },
        {
            "start": 1258970315,
            "stop": 1258970428
        },
        {
            "start": 1258970431,
            "stop": 1258970514
        },
        {
            "start": 1258970517,
            "stop": 1258970629
        },
        {
            "start": 1258970632,
            "stop": 1258970648
        },
        {
            "start": 1258970651,
            "stop": 1258970839
        },
        {
            "start": 1258970842,
            "stop": 1258970847
        },
        {
            "start": 1258970850,
            "stop": 1258970989
        },
        {
            "start": 1258970992,
            "stop": 1258970993
        },
        {
            "start": 1258970996,
            "stop": 1258971008
        },
        {
            "start": 1258971009,
            "stop": 1258971031
        },
        {
            "start": 1258971032,
            "stop": 1258971043
        },
        {
            "start": 1258971046,
            "stop": 1258971222
        },
        {
            "start": 1258971225,
            "stop": 1258971330
        },
        {
            "start": 1258971333,
            "stop": 1258971399
        },
        {
            "start": 1258971404,
            "stop": 1258971506
        },
        {
            "start": 1258971509,
            "stop": 1258971612
        },
        {
            "start": 1258971613,
            "stop": 1258971688
        },
        {
            "start": 1258971691,
            "stop": 1258971695
        },
        {
            "start": 1258971698,
            "stop": 1258971766
        }
    ]
}