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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 90,
    "results": [
        {
            "start": 1406889248,
            "stop": 1406892482
        },
        {
            "start": 1406892485,
            "stop": 1406916595
        },
        {
            "start": 1406916600,
            "stop": 1406918560
        },
        {
            "start": 1406918565,
            "stop": 1406919618
        },
        {
            "start": 1406935174,
            "stop": 1406940742
        },
        {
            "start": 1406940745,
            "stop": 1406948947
        },
        {
            "start": 1406948951,
            "stop": 1406953101
        },
        {
            "start": 1406953106,
            "stop": 1406953814
        },
        {
            "start": 1406953818,
            "stop": 1406954965
        },
        {
            "start": 1406954969,
            "stop": 1406962866
        },
        {
            "start": 1406962869,
            "stop": 1406964324
        },
        {
            "start": 1406972801,
            "stop": 1406983287
        },
        {
            "start": 1406983292,
            "stop": 1406984396
        },
        {
            "start": 1406984400,
            "stop": 1406984580
        },
        {
            "start": 1407014321,
            "stop": 1407017280
        },
        {
            "start": 1407017283,
            "stop": 1407021797
        },
        {
            "start": 1407021800,
            "stop": 1407026216
        },
        {
            "start": 1407026220,
            "stop": 1407030577
        },
        {
            "start": 1407030581,
            "stop": 1407032712
        },
        {
            "start": 1407032714,
            "stop": 1407038863
        }
    ]
}