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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=749",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=747",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 748,
    "results": [
        {
            "start": 1268258760,
            "stop": 1268258923
        },
        {
            "start": 1268258926,
            "stop": 1268259494
        },
        {
            "start": 1268259497,
            "stop": 1268262104
        },
        {
            "start": 1268262107,
            "stop": 1268263916
        },
        {
            "start": 1268263919,
            "stop": 1268264277
        },
        {
            "start": 1268264283,
            "stop": 1268264796
        },
        {
            "start": 1268264799,
            "stop": 1268264859
        },
        {
            "start": 1268264862,
            "stop": 1268264960
        },
        {
            "start": 1268264980,
            "stop": 1268267153
        },
        {
            "start": 1268267160,
            "stop": 1268270254
        },
        {
            "start": 1268270262,
            "stop": 1268270451
        },
        {
            "start": 1268270453,
            "stop": 1268271847
        },
        {
            "start": 1268271850,
            "stop": 1268272115
        },
        {
            "start": 1268272118,
            "stop": 1268276329
        },
        {
            "start": 1268276332,
            "stop": 1268278726
        },
        {
            "start": 1268278729,
            "stop": 1268280249
        },
        {
            "start": 1268280257,
            "stop": 1268283356
        },
        {
            "start": 1268283364,
            "stop": 1268289476
        },
        {
            "start": 1268289479,
            "stop": 1268291257
        },
        {
            "start": 1268291265,
            "stop": 1268293754
        }
    ]
}