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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46810",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46811,
    "results": [
        {
            "start": 875125867,
            "stop": 875125884
        },
        {
            "start": 875125885,
            "stop": 875125887
        },
        {
            "start": 875125888,
            "stop": 875125905
        },
        {
            "start": 875125907,
            "stop": 875125913
        },
        {
            "start": 875125914,
            "stop": 875125946
        },
        {
            "start": 875125947,
            "stop": 875125975
        },
        {
            "start": 875125978,
            "stop": 875125982
        },
        {
            "start": 875125983,
            "stop": 875125984
        },
        {
            "start": 875125991,
            "stop": 875125996
        },
        {
            "start": 875125997,
            "stop": 875126043
        },
        {
            "start": 875126045,
            "stop": 875126072
        },
        {
            "start": 875126076,
            "stop": 875126083
        },
        {
            "start": 875126084,
            "stop": 875126120
        },
        {
            "start": 875126123,
            "stop": 875126127
        },
        {
            "start": 875126128,
            "stop": 875126158
        },
        {
            "start": 875126159,
            "stop": 875126161
        },
        {
            "start": 875126163,
            "stop": 875126203
        },
        {
            "start": 875126205,
            "stop": 875126224
        },
        {
            "start": 875126226,
            "stop": 875126240
        },
        {
            "start": 875126241,
            "stop": 875126256
        }
    ]
}