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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=15",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 16,
    "results": [
        {
            "start": 821481175,
            "stop": 821485084
        },
        {
            "start": 821485528,
            "stop": 821496314
        },
        {
            "start": 821497024,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821503719
        },
        {
            "start": 821503769,
            "stop": 821507972
        },
        {
            "start": 821508012,
            "stop": 821513396
        },
        {
            "start": 821514501,
            "stop": 821550345
        },
        {
            "start": 821564104,
            "stop": 821583890
        },
        {
            "start": 821584740,
            "stop": 821592299
        },
        {
            "start": 821593374,
            "stop": 821597463
        },
        {
            "start": 821597693,
            "stop": 821612971
        },
        {
            "start": 821620374,
            "stop": 821630264
        },
        {
            "start": 821630631,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821663999
        },
        {
            "start": 821665175,
            "stop": 821666927
        },
        {
            "start": 821667040,
            "stop": 821669583
        },
        {
            "start": 821669799,
            "stop": 821681697
        },
        {
            "start": 821682259,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821718684
        },
        {
            "start": 821719775,
            "stop": 821721150
        }
    ]
}