Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=228
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=227",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 228,
    "results": [
        {
            "start": 1239946391,
            "stop": 1239946510
        },
        {
            "start": 1239946511,
            "stop": 1239946630
        },
        {
            "start": 1239946631,
            "stop": 1239946750
        },
        {
            "start": 1239946751,
            "stop": 1239946870
        },
        {
            "start": 1239946871,
            "stop": 1239946877
        },
        {
            "start": 1239946880,
            "stop": 1239946942
        },
        {
            "start": 1239946944,
            "stop": 1239946990
        },
        {
            "start": 1239946991,
            "stop": 1239947110
        },
        {
            "start": 1239947111,
            "stop": 1239947210
        },
        {
            "start": 1239947211,
            "stop": 1239947350
        },
        {
            "start": 1239947351,
            "stop": 1239947355
        },
        {
            "start": 1239947360,
            "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
        }
    ]
}