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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1815",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1813",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1814,
    "results": [
        {
            "start": 962035267,
            "stop": 962047603
        },
        {
            "start": 962047604,
            "stop": 962049924
        },
        {
            "start": 962049925,
            "stop": 962061019
        },
        {
            "start": 962061020,
            "stop": 962062254
        },
        {
            "start": 962062255,
            "stop": 962071874
        },
        {
            "start": 962071875,
            "stop": 962075453
        },
        {
            "start": 962075595,
            "stop": 962075841
        },
        {
            "start": 962075842,
            "stop": 962076491
        },
        {
            "start": 962079033,
            "stop": 962079287
        },
        {
            "start": 962080540,
            "stop": 962081996
        },
        {
            "start": 962081997,
            "stop": 962089257
        },
        {
            "start": 962093623,
            "stop": 962116348
        },
        {
            "start": 962118349,
            "stop": 962118430
        },
        {
            "start": 962118432,
            "stop": 962118437
        },
        {
            "start": 962118439,
            "stop": 962118440
        },
        {
            "start": 962119811,
            "stop": 962119845
        },
        {
            "start": 962120402,
            "stop": 962122706
        },
        {
            "start": 962123276,
            "stop": 962135157
        },
        {
            "start": 962137431,
            "stop": 962145566
        },
        {
            "start": 962145567,
            "stop": 962146322
        }
    ]
}