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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7009",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7010,
    "results": [
        {
            "start": 873909132,
            "stop": 873909283
        },
        {
            "start": 873909286,
            "stop": 873909422
        },
        {
            "start": 873909427,
            "stop": 873909430
        },
        {
            "start": 873909434,
            "stop": 873909435
        },
        {
            "start": 873909439,
            "stop": 873909579
        },
        {
            "start": 873909582,
            "stop": 873909585
        },
        {
            "start": 873909588,
            "stop": 873909671
        },
        {
            "start": 873909674,
            "stop": 873909700
        },
        {
            "start": 873909703,
            "stop": 873909725
        },
        {
            "start": 873909728,
            "stop": 873909826
        },
        {
            "start": 873909829,
            "stop": 873909838
        },
        {
            "start": 873909841,
            "stop": 873909855
        },
        {
            "start": 873909860,
            "stop": 873909887
        },
        {
            "start": 873909890,
            "stop": 873910035
        },
        {
            "start": 873910038,
            "stop": 873910049
        },
        {
            "start": 873910052,
            "stop": 873910132
        },
        {
            "start": 873910137,
            "stop": 873910169
        },
        {
            "start": 873910172,
            "stop": 873910177
        },
        {
            "start": 873910181,
            "stop": 873910349
        },
        {
            "start": 873910352,
            "stop": 873910470
        }
    ]
}