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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5962",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5963,
    "results": [
        {
            "start": 875227501,
            "stop": 875227506
        },
        {
            "start": 875227511,
            "stop": 875227568
        },
        {
            "start": 875227571,
            "stop": 875227604
        },
        {
            "start": 875227607,
            "stop": 875227625
        },
        {
            "start": 875227628,
            "stop": 875227634
        },
        {
            "start": 875227638,
            "stop": 875227654
        },
        {
            "start": 875227658,
            "stop": 875227690
        },
        {
            "start": 875227693,
            "stop": 875227779
        },
        {
            "start": 875227782,
            "stop": 875227813
        },
        {
            "start": 875227816,
            "stop": 875227888
        },
        {
            "start": 875227891,
            "stop": 875227976
        },
        {
            "start": 875227979,
            "stop": 875227989
        },
        {
            "start": 875227993,
            "stop": 875228004
        },
        {
            "start": 875228008,
            "stop": 875228032
        },
        {
            "start": 875228035,
            "stop": 875228059
        },
        {
            "start": 875228062,
            "stop": 875228072
        },
        {
            "start": 875228076,
            "stop": 875228169
        },
        {
            "start": 875228172,
            "stop": 875228174
        },
        {
            "start": 875228177,
            "stop": 875228189
        },
        {
            "start": 875228192,
            "stop": 875228214
        }
    ]
}