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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=443",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 444,
    "results": [
        {
            "start": 944611461,
            "stop": 944616363
        },
        {
            "start": 944620780,
            "stop": 944646883
        },
        {
            "start": 944657576,
            "stop": 944672194
        },
        {
            "start": 944682207,
            "stop": 944685088
        },
        {
            "start": 944688207,
            "stop": 944694565
        },
        {
            "start": 944696281,
            "stop": 944713699
        },
        {
            "start": 944722581,
            "stop": 944725065
        },
        {
            "start": 944731294,
            "stop": 944756751
        },
        {
            "start": 944762241,
            "stop": 944769727
        },
        {
            "start": 944771613,
            "stop": 944772096
        },
        {
            "start": 944772652,
            "stop": 944773470
        },
        {
            "start": 944775605,
            "stop": 944803964
        },
        {
            "start": 944806455,
            "stop": 944808093
        },
        {
            "start": 944814359,
            "stop": 944820600
        },
        {
            "start": 944823318,
            "stop": 944836451
        },
        {
            "start": 944836453,
            "stop": 944837739
        },
        {
            "start": 944844775,
            "stop": 944844946
        },
        {
            "start": 944850230,
            "stop": 944852417
        },
        {
            "start": 944853854,
            "stop": 944854647
        },
        {
            "start": 944854915,
            "stop": 944855643
        }
    ]
}