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=40946
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=40947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40945",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40946,
    "results": [
        {
            "start": 875116384,
            "stop": 875116417
        },
        {
            "start": 875116418,
            "stop": 875116438
        },
        {
            "start": 875116439,
            "stop": 875116449
        },
        {
            "start": 875116451,
            "stop": 875116485
        },
        {
            "start": 875116487,
            "stop": 875116529
        },
        {
            "start": 875116530,
            "stop": 875116584
        },
        {
            "start": 875116587,
            "stop": 875116605
        },
        {
            "start": 875116606,
            "stop": 875116615
        },
        {
            "start": 875116616,
            "stop": 875116640
        },
        {
            "start": 875116641,
            "stop": 875116662
        },
        {
            "start": 875116663,
            "stop": 875116668
        },
        {
            "start": 875116669,
            "stop": 875116725
        },
        {
            "start": 875116726,
            "stop": 875116727
        },
        {
            "start": 875116729,
            "stop": 875116740
        },
        {
            "start": 875116741,
            "stop": 875116847
        },
        {
            "start": 875116848,
            "stop": 875116877
        },
        {
            "start": 875116878,
            "stop": 875116910
        },
        {
            "start": 875116915,
            "stop": 875116985
        },
        {
            "start": 875116987,
            "stop": 875117055
        },
        {
            "start": 875117056,
            "stop": 875117069
        }
    ]
}