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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16638",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16639,
    "results": [
        {
            "start": 874821340,
            "stop": 874821349
        },
        {
            "start": 874821350,
            "stop": 874821357
        },
        {
            "start": 874821358,
            "stop": 874821379
        },
        {
            "start": 874821381,
            "stop": 874821384
        },
        {
            "start": 874821386,
            "stop": 874821477
        },
        {
            "start": 874821479,
            "stop": 874821539
        },
        {
            "start": 874821540,
            "stop": 874821569
        },
        {
            "start": 874821571,
            "stop": 874821617
        },
        {
            "start": 874821618,
            "stop": 874821792
        },
        {
            "start": 874821795,
            "stop": 874821828
        },
        {
            "start": 874821829,
            "stop": 874821914
        },
        {
            "start": 874821915,
            "stop": 874821943
        },
        {
            "start": 874821944,
            "stop": 874821956
        },
        {
            "start": 874821957,
            "stop": 874822002
        },
        {
            "start": 874822004,
            "stop": 874822053
        },
        {
            "start": 874822055,
            "stop": 874822084
        },
        {
            "start": 874822085,
            "stop": 874822149
        },
        {
            "start": 874822151,
            "stop": 874822190
        },
        {
            "start": 874822194,
            "stop": 874822195
        },
        {
            "start": 874822197,
            "stop": 874822203
        }
    ]
}