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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46942",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46943,
    "results": [
        {
            "start": 875200128,
            "stop": 875200138
        },
        {
            "start": 875200139,
            "stop": 875200143
        },
        {
            "start": 875200146,
            "stop": 875200147
        },
        {
            "start": 875200152,
            "stop": 875200220
        },
        {
            "start": 875200221,
            "stop": 875200227
        },
        {
            "start": 875200228,
            "stop": 875200266
        },
        {
            "start": 875200267,
            "stop": 875200367
        },
        {
            "start": 875200368,
            "stop": 875200371
        },
        {
            "start": 875200373,
            "stop": 875200382
        },
        {
            "start": 875200385,
            "stop": 875200405
        },
        {
            "start": 875200406,
            "stop": 875200410
        },
        {
            "start": 875200412,
            "stop": 875200426
        },
        {
            "start": 875200427,
            "stop": 875200447
        },
        {
            "start": 875201640,
            "stop": 875201719
        },
        {
            "start": 875201720,
            "stop": 875201742
        },
        {
            "start": 875201743,
            "stop": 875201761
        },
        {
            "start": 875201763,
            "stop": 875201796
        },
        {
            "start": 875201798,
            "stop": 875201828
        },
        {
            "start": 875201830,
            "stop": 875202062
        },
        {
            "start": 875202063,
            "stop": 875202076
        }
    ]
}