Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=83
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=82",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 83,
    "results": [
        {
            "start": 944682207,
            "stop": 944685088
        },
        {
            "start": 944688207,
            "stop": 944694475
        },
        {
            "start": 944696281,
            "stop": 944713609
        },
        {
            "start": 944722581,
            "stop": 944724975
        },
        {
            "start": 944731294,
            "stop": 944756661
        },
        {
            "start": 944762241,
            "stop": 944769637
        },
        {
            "start": 944771613,
            "stop": 944772096
        },
        {
            "start": 944772652,
            "stop": 944773380
        },
        {
            "start": 944775605,
            "stop": 944777440
        },
        {
            "start": 944777445,
            "stop": 944803874
        },
        {
            "start": 944806455,
            "stop": 944808003
        },
        {
            "start": 944814359,
            "stop": 944820510
        },
        {
            "start": 944823318,
            "stop": 944837649
        },
        {
            "start": 944844775,
            "stop": 944844856
        },
        {
            "start": 944850230,
            "stop": 944852327
        },
        {
            "start": 944853854,
            "stop": 944854647
        },
        {
            "start": 944854915,
            "stop": 944855553
        },
        {
            "start": 944859644,
            "stop": 944863543
        },
        {
            "start": 944868337,
            "stop": 944868568
        },
        {
            "start": 944870172,
            "stop": 944883258
        }
    ]
}