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=40591
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=40592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40590",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40591,
    "results": [
        {
            "start": 874879918,
            "stop": 874879920
        },
        {
            "start": 874879921,
            "stop": 874879926
        },
        {
            "start": 874879927,
            "stop": 874879931
        },
        {
            "start": 874879932,
            "stop": 874879936
        },
        {
            "start": 874879938,
            "stop": 874879941
        },
        {
            "start": 874879943,
            "stop": 874879947
        },
        {
            "start": 874879948,
            "stop": 874879952
        },
        {
            "start": 874879954,
            "stop": 874879958
        },
        {
            "start": 874879959,
            "stop": 874879963
        },
        {
            "start": 874879964,
            "stop": 874879967
        },
        {
            "start": 874879970,
            "stop": 874879974
        },
        {
            "start": 874879975,
            "stop": 874879979
        },
        {
            "start": 874879981,
            "stop": 874879984
        },
        {
            "start": 874879986,
            "stop": 874879990
        },
        {
            "start": 874879991,
            "stop": 874879995
        },
        {
            "start": 874879996,
            "stop": 874880001
        },
        {
            "start": 874880002,
            "stop": 874880006
        },
        {
            "start": 874880007,
            "stop": 874880009
        },
        {
            "start": 874880012,
            "stop": 874880016
        },
        {
            "start": 874880018,
            "stop": 874880022
        }
    ]
}