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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_DATA/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_DATA/segments?format=api&page=116",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 117,
    "results": [
        {
            "start": 970460478,
            "stop": 970463290
        },
        {
            "start": 970465974,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970492271
        },
        {
            "start": 970496463,
            "stop": 970497253
        },
        {
            "start": 970539326,
            "stop": 970544009
        },
        {
            "start": 970554692,
            "stop": 970565700
        },
        {
            "start": 970584625,
            "stop": 970586368
        },
        {
            "start": 970592304,
            "stop": 970592478
        },
        {
            "start": 970596480,
            "stop": 970608634
        },
        {
            "start": 970636027,
            "stop": 970638048
        },
        {
            "start": 970638059,
            "stop": 970670043
        },
        {
            "start": 970672642,
            "stop": 970692093
        },
        {
            "start": 970694627,
            "stop": 970696762
        },
        {
            "start": 970715552,
            "stop": 970717693
        },
        {
            "start": 970724199,
            "stop": 970724779
        },
        {
            "start": 970731804,
            "stop": 970858696
        },
        {
            "start": 970891547,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970922772
        },
        {
            "start": 970926997,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970965075
        }
    ]
}