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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33314",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33312",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33313,
    "results": [
        {
            "start": 971011715,
            "stop": 971011738
        },
        {
            "start": 971011739,
            "stop": 971011745
        },
        {
            "start": 971011748,
            "stop": 971011752
        },
        {
            "start": 971011755,
            "stop": 971011762
        },
        {
            "start": 971011765,
            "stop": 971011784
        },
        {
            "start": 971011785,
            "stop": 971011789
        },
        {
            "start": 971011791,
            "stop": 971011796
        },
        {
            "start": 971011797,
            "stop": 971011806
        },
        {
            "start": 971011808,
            "stop": 971011812
        },
        {
            "start": 971011813,
            "stop": 971011861
        },
        {
            "start": 971011864,
            "stop": 971011871
        },
        {
            "start": 971011874,
            "stop": 971011878
        },
        {
            "start": 971011881,
            "stop": 971011886
        },
        {
            "start": 971011887,
            "stop": 971011892
        },
        {
            "start": 971011894,
            "stop": 971011911
        },
        {
            "start": 971011914,
            "stop": 971011922
        },
        {
            "start": 971011925,
            "stop": 971011938
        },
        {
            "start": 971011941,
            "stop": 971011944
        },
        {
            "start": 971011945,
            "stop": 971011952
        },
        {
            "start": 971011953,
            "stop": 971011974
        }
    ]
}