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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3150",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3151,
    "results": [
        {
            "start": 869019465,
            "stop": 869019480
        },
        {
            "start": 869019544,
            "stop": 869019588
        },
        {
            "start": 869019592,
            "stop": 869019600
        },
        {
            "start": 869019660,
            "stop": 869019700
        },
        {
            "start": 869019703,
            "stop": 869019720
        },
        {
            "start": 869019780,
            "stop": 869019841
        },
        {
            "start": 869019845,
            "stop": 869019851
        },
        {
            "start": 869019854,
            "stop": 869020020
        },
        {
            "start": 869020338,
            "stop": 869020449
        },
        {
            "start": 869020452,
            "stop": 869020490
        },
        {
            "start": 869020794,
            "stop": 869021160
        },
        {
            "start": 869021220,
            "stop": 869021340
        },
        {
            "start": 869021400,
            "stop": 869021514
        },
        {
            "start": 869021518,
            "stop": 869021523
        },
        {
            "start": 869021527,
            "stop": 869021748
        },
        {
            "start": 869021752,
            "stop": 869021894
        },
        {
            "start": 869021897,
            "stop": 869022012
        },
        {
            "start": 869022016,
            "stop": 869022119
        },
        {
            "start": 869022122,
            "stop": 869022787
        },
        {
            "start": 869022790,
            "stop": 869024320
        }
    ]
}