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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=352",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 353,
    "results": [
        {
            "start": 931806644,
            "stop": 931806743
        },
        {
            "start": 931806745,
            "stop": 931806830
        },
        {
            "start": 931806832,
            "stop": 931807062
        },
        {
            "start": 931811212,
            "stop": 931811367
        },
        {
            "start": 931811369,
            "stop": 931811680
        },
        {
            "start": 931814270,
            "stop": 931815206
        },
        {
            "start": 931815209,
            "stop": 931815217
        },
        {
            "start": 931815220,
            "stop": 931815475
        },
        {
            "start": 931815479,
            "stop": 931815786
        },
        {
            "start": 931815789,
            "stop": 931816080
        },
        {
            "start": 931817175,
            "stop": 931817412
        },
        {
            "start": 931817415,
            "stop": 931817709
        },
        {
            "start": 931817713,
            "stop": 931817720
        },
        {
            "start": 931817723,
            "stop": 931817887
        },
        {
            "start": 931817889,
            "stop": 931818006
        },
        {
            "start": 931818009,
            "stop": 931818126
        },
        {
            "start": 931818128,
            "stop": 931818291
        },
        {
            "start": 931818294,
            "stop": 931818539
        },
        {
            "start": 931818542,
            "stop": 931819191
        },
        {
            "start": 931819194,
            "stop": 931819222
        }
    ]
}