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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_DATA/segments?format=api&page=26",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 27,
    "results": [
        {
            "start": 1253265612,
            "stop": 1253300421
        },
        {
            "start": 1253303959,
            "stop": 1253316639
        },
        {
            "start": 1253320278,
            "stop": 1253332277
        },
        {
            "start": 1253340532,
            "stop": 1253371546
        },
        {
            "start": 1253407015,
            "stop": 1253459367
        },
        {
            "start": 1253459611,
            "stop": 1253462016
        },
        {
            "start": 1253462086,
            "stop": 1253465728
        },
        {
            "start": 1253486980,
            "stop": 1253507520
        },
        {
            "start": 1253508094,
            "stop": 1253542868
        },
        {
            "start": 1253550921,
            "stop": 1253555275
        },
        {
            "start": 1253568048,
            "stop": 1253593647
        },
        {
            "start": 1253598464,
            "stop": 1253645936
        },
        {
            "start": 1253651815,
            "stop": 1253717804
        },
        {
            "start": 1253717892,
            "stop": 1253809339
        },
        {
            "start": 1253831006,
            "stop": 1253831162
        },
        {
            "start": 1253831248,
            "stop": 1253836659
        },
        {
            "start": 1253836758,
            "stop": 1253838241
        },
        {
            "start": 1253838349,
            "stop": 1253838429
        },
        {
            "start": 1253838819,
            "stop": 1253839558
        },
        {
            "start": 1253839694,
            "stop": 1253839908
        }
    ]
}