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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=221",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 222,
    "results": [
        {
            "start": 1239932836,
            "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
        },
        {
            "start": 1239934151,
            "stop": 1239934270
        },
        {
            "start": 1239934271,
            "stop": 1239934390
        },
        {
            "start": 1239934391,
            "stop": 1239934490
        },
        {
            "start": 1239934491,
            "stop": 1239934630
        },
        {
            "start": 1239934631,
            "stop": 1239934750
        },
        {
            "start": 1239934751,
            "stop": 1239934870
        },
        {
            "start": 1239934871,
            "stop": 1239934990
        },
        {
            "start": 1239934991,
            "stop": 1239935110
        },
        {
            "start": 1239935111,
            "stop": 1239935230
        }
    ]
}