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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5192",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5190",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5191,
    "results": [
        {
            "start": 1137026636,
            "stop": 1137026642
        },
        {
            "start": 1137026645,
            "stop": 1137026647
        },
        {
            "start": 1137026651,
            "stop": 1137026653
        },
        {
            "start": 1137026655,
            "stop": 1137026684
        },
        {
            "start": 1137026685,
            "stop": 1137026709
        },
        {
            "start": 1137026711,
            "stop": 1137026735
        },
        {
            "start": 1137026736,
            "stop": 1137026744
        },
        {
            "start": 1137026746,
            "stop": 1137026748
        },
        {
            "start": 1137026750,
            "stop": 1137026752
        },
        {
            "start": 1137026754,
            "stop": 1137026797
        },
        {
            "start": 1137026799,
            "stop": 1137026808
        },
        {
            "start": 1137026812,
            "stop": 1137026819
        },
        {
            "start": 1137026821,
            "stop": 1137026858
        },
        {
            "start": 1137026860,
            "stop": 1137026890
        },
        {
            "start": 1137026892,
            "stop": 1137026896
        },
        {
            "start": 1137026898,
            "stop": 1137026899
        },
        {
            "start": 1137026901,
            "stop": 1137026940
        },
        {
            "start": 1137026942,
            "stop": 1137026947
        },
        {
            "start": 1137026949,
            "stop": 1137026951
        },
        {
            "start": 1137026955,
            "stop": 1137026964
        }
    ]
}