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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=189",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 190,
    "results": [
        {
            "start": 844885251,
            "stop": 844889574
        },
        {
            "start": 844889684,
            "stop": 844893946
        },
        {
            "start": 844896594,
            "stop": 844897838
        },
        {
            "start": 844898138,
            "stop": 844898177
        },
        {
            "start": 844898287,
            "stop": 844913151
        },
        {
            "start": 844913451,
            "stop": 844913497
        },
        {
            "start": 844913607,
            "stop": 844932222
        },
        {
            "start": 844932522,
            "stop": 844933815
        },
        {
            "start": 844934115,
            "stop": 844936143
        },
        {
            "start": 844936253,
            "stop": 844936292
        },
        {
            "start": 844936592,
            "stop": 844941710
        },
        {
            "start": 844941820,
            "stop": 844942041
        },
        {
            "start": 844942341,
            "stop": 844942357
        },
        {
            "start": 844942467,
            "stop": 844942550
        },
        {
            "start": 844942850,
            "stop": 844942905
        },
        {
            "start": 844943205,
            "stop": 844943240
        },
        {
            "start": 844943350,
            "stop": 844943424
        },
        {
            "start": 844943724,
            "stop": 844943757
        },
        {
            "start": 844943867,
            "stop": 844943875
        },
        {
            "start": 844944175,
            "stop": 844967449
        }
    ]
}