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=40945
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=40946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40944",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40945,
    "results": [
        {
            "start": 875115790,
            "stop": 875115862
        },
        {
            "start": 875115864,
            "stop": 875115902
        },
        {
            "start": 875115903,
            "stop": 875115913
        },
        {
            "start": 875115914,
            "stop": 875116024
        },
        {
            "start": 875116025,
            "stop": 875116046
        },
        {
            "start": 875116047,
            "stop": 875116064
        },
        {
            "start": 875116068,
            "stop": 875116069
        },
        {
            "start": 875116075,
            "stop": 875116106
        },
        {
            "start": 875116107,
            "stop": 875116112
        },
        {
            "start": 875116116,
            "stop": 875116118
        },
        {
            "start": 875116119,
            "stop": 875116137
        },
        {
            "start": 875116138,
            "stop": 875116163
        },
        {
            "start": 875116164,
            "stop": 875116257
        },
        {
            "start": 875116258,
            "stop": 875116262
        },
        {
            "start": 875116264,
            "stop": 875116269
        },
        {
            "start": 875116270,
            "stop": 875116271
        },
        {
            "start": 875116272,
            "stop": 875116315
        },
        {
            "start": 875116316,
            "stop": 875116319
        },
        {
            "start": 875116320,
            "stop": 875116378
        },
        {
            "start": 875116379,
            "stop": 875116383
        }
    ]
}