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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 73,
    "results": [
        {
            "start": 1257488091,
            "stop": 1257488492
        },
        {
            "start": 1257488495,
            "stop": 1257488694
        },
        {
            "start": 1257488697,
            "stop": 1257490047
        },
        {
            "start": 1257490050,
            "stop": 1257490122
        },
        {
            "start": 1257490125,
            "stop": 1257490576
        },
        {
            "start": 1257490579,
            "stop": 1257491296
        },
        {
            "start": 1257491299,
            "stop": 1257491386
        },
        {
            "start": 1257491388,
            "stop": 1257491592
        },
        {
            "start": 1257491595,
            "stop": 1257491868
        },
        {
            "start": 1257491871,
            "stop": 1257491943
        },
        {
            "start": 1257491945,
            "stop": 1257492422
        },
        {
            "start": 1257492425,
            "stop": 1257492599
        },
        {
            "start": 1257492602,
            "stop": 1257492835
        },
        {
            "start": 1257492838,
            "stop": 1257493922
        },
        {
            "start": 1257493925,
            "stop": 1257494418
        },
        {
            "start": 1257494421,
            "stop": 1257494812
        },
        {
            "start": 1257494815,
            "stop": 1257495222
        },
        {
            "start": 1257495225,
            "stop": 1257495323
        },
        {
            "start": 1257495326,
            "stop": 1257495334
        },
        {
            "start": 1257495337,
            "stop": 1257495431
        }
    ]
}