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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=20",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 21,
    "results": [
        {
            "start": 822665724,
            "stop": 822666874
        },
        {
            "start": 822667698,
            "stop": 822668412
        },
        {
            "start": 822695327,
            "stop": 822696935
        },
        {
            "start": 822698006,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822714399
        },
        {
            "start": 822715671,
            "stop": 822725837
        },
        {
            "start": 822726759,
            "stop": 822732749
        },
        {
            "start": 822733223,
            "stop": 822734972
        },
        {
            "start": 822737091,
            "stop": 822737943
        },
        {
            "start": 822738938,
            "stop": 822758230
        },
        {
            "start": 822773440,
            "stop": 822804958
        },
        {
            "start": 822806007,
            "stop": 822806431
        },
        {
            "start": 822814245,
            "stop": 822814741
        },
        {
            "start": 822815542,
            "stop": 822828782
        },
        {
            "start": 822845360,
            "stop": 822850869
        },
        {
            "start": 822851989,
            "stop": 822853313
        },
        {
            "start": 822854149,
            "stop": 822859388
        },
        {
            "start": 822859963,
            "stop": 822862280
        },
        {
            "start": 822867247,
            "stop": 822873338
        },
        {
            "start": 822874311,
            "stop": 822915024
        }
    ]
}