Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7130
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7129",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7130,
    "results": [
        {
            "start": 874799717,
            "stop": 874799720
        },
        {
            "start": 874799723,
            "stop": 874799725
        },
        {
            "start": 874799728,
            "stop": 874799743
        },
        {
            "start": 874799746,
            "stop": 874799783
        },
        {
            "start": 874799788,
            "stop": 874799941
        },
        {
            "start": 874799945,
            "stop": 874800143
        },
        {
            "start": 874800146,
            "stop": 874801728
        },
        {
            "start": 874801731,
            "stop": 874801733
        },
        {
            "start": 874801737,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802955
        },
        {
            "start": 874802960,
            "stop": 874803055
        },
        {
            "start": 874803058,
            "stop": 874803133
        },
        {
            "start": 874803136,
            "stop": 874803139
        },
        {
            "start": 874803143,
            "stop": 874803168
        },
        {
            "start": 874803172,
            "stop": 874803242
        },
        {
            "start": 874803245,
            "stop": 874803263
        },
        {
            "start": 874803266,
            "stop": 874803277
        },
        {
            "start": 874803281,
            "stop": 874803285
        },
        {
            "start": 874803288,
            "stop": 874803324
        },
        {
            "start": 874803327,
            "stop": 874803336
        }
    ]
}