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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40659",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40657",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40658,
    "results": [
        {
            "start": 874919547,
            "stop": 874919554
        },
        {
            "start": 874919555,
            "stop": 874919559
        },
        {
            "start": 874919563,
            "stop": 874919570
        },
        {
            "start": 874919571,
            "stop": 874919573
        },
        {
            "start": 874919574,
            "stop": 874919586
        },
        {
            "start": 874919588,
            "stop": 874919596
        },
        {
            "start": 874919597,
            "stop": 874919606
        },
        {
            "start": 874919607,
            "stop": 874919610
        },
        {
            "start": 874919611,
            "stop": 874919613
        },
        {
            "start": 874919615,
            "stop": 874919616
        },
        {
            "start": 874919617,
            "stop": 874919622
        },
        {
            "start": 874919625,
            "stop": 874919631
        },
        {
            "start": 874919632,
            "stop": 874919690
        },
        {
            "start": 874919692,
            "stop": 874919693
        },
        {
            "start": 874919694,
            "stop": 874919695
        },
        {
            "start": 874919696,
            "stop": 874919720
        },
        {
            "start": 874919721,
            "stop": 874919738
        },
        {
            "start": 874919739,
            "stop": 874919752
        },
        {
            "start": 874919754,
            "stop": 874919771
        },
        {
            "start": 874919772,
            "stop": 874919777
        }
    ]
}