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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=141",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 142,
    "results": [
        {
            "start": 1239931760,
            "stop": 1239931870
        },
        {
            "start": 1239931871,
            "stop": 1239931990
        },
        {
            "start": 1239931991,
            "stop": 1239932110
        },
        {
            "start": 1239932111,
            "stop": 1239932230
        },
        {
            "start": 1239932231,
            "stop": 1239932350
        },
        {
            "start": 1239932351,
            "stop": 1239932470
        },
        {
            "start": 1239932471,
            "stop": 1239932590
        },
        {
            "start": 1239932591,
            "stop": 1239932710
        },
        {
            "start": 1239932711,
            "stop": 1239932830
        },
        {
            "start": 1239932831,
            "stop": 1239932950
        },
        {
            "start": 1239932951,
            "stop": 1239933070
        },
        {
            "start": 1239933071,
            "stop": 1239933190
        },
        {
            "start": 1239933191,
            "stop": 1239933310
        },
        {
            "start": 1239933311,
            "stop": 1239933430
        },
        {
            "start": 1239933431,
            "stop": 1239933550
        },
        {
            "start": 1239933551,
            "stop": 1239933670
        },
        {
            "start": 1239933671,
            "stop": 1239933790
        },
        {
            "start": 1239933791,
            "stop": 1239933910
        },
        {
            "start": 1239933911,
            "stop": 1239934030
        },
        {
            "start": 1239934031,
            "stop": 1239934150
        }
    ]
}