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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=18",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 19,
    "results": [
        {
            "start": 1242107151,
            "stop": 1242113847
        },
        {
            "start": 1242113855,
            "stop": 1242114551
        },
        {
            "start": 1242114559,
            "stop": 1242125151
        },
        {
            "start": 1242125159,
            "stop": 1242126191
        },
        {
            "start": 1242126199,
            "stop": 1242128679
        },
        {
            "start": 1242128687,
            "stop": 1242131935
        },
        {
            "start": 1242131943,
            "stop": 1242132607
        },
        {
            "start": 1242132615,
            "stop": 1242133495
        },
        {
            "start": 1242133503,
            "stop": 1242134303
        },
        {
            "start": 1242134319,
            "stop": 1242138855
        },
        {
            "start": 1242138863,
            "stop": 1242146079
        },
        {
            "start": 1242146087,
            "stop": 1242146111
        },
        {
            "start": 1242146119,
            "stop": 1242146191
        },
        {
            "start": 1242146199,
            "stop": 1242151639
        },
        {
            "start": 1242151647,
            "stop": 1242152783
        },
        {
            "start": 1242152791,
            "stop": 1242158039
        },
        {
            "start": 1242158047,
            "stop": 1242158071
        },
        {
            "start": 1242158079,
            "stop": 1242162351
        },
        {
            "start": 1242162359,
            "stop": 1242163151
        },
        {
            "start": 1242163159,
            "stop": 1242164839
        }
    ]
}