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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=4",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 5,
    "results": [
        {
            "start": 1239734233,
            "stop": 1239753379
        },
        {
            "start": 1239754664,
            "stop": 1239779530
        },
        {
            "start": 1239780877,
            "stop": 1239805288
        },
        {
            "start": 1239805347,
            "stop": 1239882529
        },
        {
            "start": 1239882619,
            "stop": 1239912280
        },
        {
            "start": 1239912288,
            "stop": 1239917400
        },
        {
            "start": 1239918604,
            "stop": 1239922747
        },
        {
            "start": 1239922763,
            "stop": 1239932451
        },
        {
            "start": 1239933739,
            "stop": 1239948458
        },
        {
            "start": 1239948474,
            "stop": 1239948490
        },
        {
            "start": 1239948506,
            "stop": 1239948642
        },
        {
            "start": 1239948650,
            "stop": 1239948706
        },
        {
            "start": 1239948714,
            "stop": 1239949330
        },
        {
            "start": 1239949346,
            "stop": 1239950578
        },
        {
            "start": 1239950586,
            "stop": 1239950690
        },
        {
            "start": 1239950698,
            "stop": 1239950714
        },
        {
            "start": 1239950722,
            "stop": 1239950746
        },
        {
            "start": 1239950770,
            "stop": 1239950778
        },
        {
            "start": 1239950786,
            "stop": 1239950914
        },
        {
            "start": 1239950922,
            "stop": 1239950950
        }
    ]
}