Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=86
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=85",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 86,
    "results": [
        {
            "start": 931088553,
            "stop": 931088554
        },
        {
            "start": 931088558,
            "stop": 931088560
        },
        {
            "start": 931088561,
            "stop": 931088562
        },
        {
            "start": 931088564,
            "stop": 931088565
        },
        {
            "start": 931088566,
            "stop": 931088577
        },
        {
            "start": 931088578,
            "stop": 931088579
        },
        {
            "start": 931088581,
            "stop": 931088583
        },
        {
            "start": 931088584,
            "stop": 931088585
        },
        {
            "start": 931088586,
            "stop": 931088587
        },
        {
            "start": 931088588,
            "stop": 931088594
        },
        {
            "start": 931088595,
            "stop": 931088596
        },
        {
            "start": 931088598,
            "stop": 931088604
        },
        {
            "start": 931088608,
            "stop": 931088611
        },
        {
            "start": 931088613,
            "stop": 931088617
        },
        {
            "start": 931088618,
            "stop": 931088620
        },
        {
            "start": 931088621,
            "stop": 931088624
        },
        {
            "start": 931088626,
            "stop": 931088632
        },
        {
            "start": 931088633,
            "stop": 931088634
        },
        {
            "start": 931088635,
            "stop": 931088637
        },
        {
            "start": 931088639,
            "stop": 931088643
        }
    ]
}