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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 194,
    "results": [
        {
            "start": 931661807,
            "stop": 931661815
        },
        {
            "start": 931661818,
            "stop": 931661826
        },
        {
            "start": 931661830,
            "stop": 931661857
        },
        {
            "start": 931661860,
            "stop": 931661866
        },
        {
            "start": 931661869,
            "stop": 931661872
        },
        {
            "start": 931661875,
            "stop": 931661880
        },
        {
            "start": 931661883,
            "stop": 931661893
        },
        {
            "start": 931661896,
            "stop": 931661910
        },
        {
            "start": 931661914,
            "stop": 931661926
        },
        {
            "start": 931661929,
            "stop": 931661935
        },
        {
            "start": 931661938,
            "stop": 931661939
        },
        {
            "start": 931661941,
            "stop": 931661947
        },
        {
            "start": 931661953,
            "stop": 931661979
        },
        {
            "start": 931661982,
            "stop": 931661990
        },
        {
            "start": 931661993,
            "stop": 931662037
        },
        {
            "start": 931662040,
            "stop": 931662064
        },
        {
            "start": 931662068,
            "stop": 931662072
        },
        {
            "start": 931662075,
            "stop": 931662142
        },
        {
            "start": 931662145,
            "stop": 931662160
        },
        {
            "start": 931662163,
            "stop": 931662180
        }
    ]
}