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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=147",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 148,
    "results": [
        {
            "start": 1239946151,
            "stop": 1239946270
        },
        {
            "start": 1239946271,
            "stop": 1239946390
        },
        {
            "start": 1239946391,
            "stop": 1239946510
        },
        {
            "start": 1239946511,
            "stop": 1239946630
        },
        {
            "start": 1239946631,
            "stop": 1239946750
        },
        {
            "start": 1239946751,
            "stop": 1239946870
        },
        {
            "start": 1239946871,
            "stop": 1239946942
        },
        {
            "start": 1239946944,
            "stop": 1239946990
        },
        {
            "start": 1239946991,
            "stop": 1239947110
        },
        {
            "start": 1239947111,
            "stop": 1239947210
        },
        {
            "start": 1239947211,
            "stop": 1239947350
        },
        {
            "start": 1239947351,
            "stop": 1239947470
        },
        {
            "start": 1239947471,
            "stop": 1239947590
        },
        {
            "start": 1239947591,
            "stop": 1239947690
        },
        {
            "start": 1239947691,
            "stop": 1239947830
        },
        {
            "start": 1239947831,
            "stop": 1239947950
        },
        {
            "start": 1239947951,
            "stop": 1239948070
        },
        {
            "start": 1239948071,
            "stop": 1239948190
        },
        {
            "start": 1239948191,
            "stop": 1239948310
        },
        {
            "start": 1239948311,
            "stop": 1239948430
        }
    ]
}