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=6902
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=6903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6901",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6902,
    "results": [
        {
            "start": 873478867,
            "stop": 873478944
        },
        {
            "start": 873478948,
            "stop": 873478969
        },
        {
            "start": 873478973,
            "stop": 873478984
        },
        {
            "start": 873478989,
            "stop": 873479035
        },
        {
            "start": 873479038,
            "stop": 873479153
        },
        {
            "start": 873479157,
            "stop": 873479159
        },
        {
            "start": 873479162,
            "stop": 873479169
        },
        {
            "start": 873479178,
            "stop": 873479573
        },
        {
            "start": 873479576,
            "stop": 873479862
        },
        {
            "start": 873479866,
            "stop": 873479890
        },
        {
            "start": 873479894,
            "stop": 873479952
        },
        {
            "start": 873479956,
            "stop": 873479961
        },
        {
            "start": 873479971,
            "stop": 873480429
        },
        {
            "start": 873480433,
            "stop": 873480436
        },
        {
            "start": 873480439,
            "stop": 873480447
        },
        {
            "start": 873480455,
            "stop": 873480461
        },
        {
            "start": 873480466,
            "stop": 873480478
        },
        {
            "start": 873480481,
            "stop": 873480494
        },
        {
            "start": 873480498,
            "stop": 873480634
        },
        {
            "start": 873480637,
            "stop": 873480639
        }
    ]
}