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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=654",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=652",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 653,
    "results": [
        {
            "start": 1265890899,
            "stop": 1265890900
        },
        {
            "start": 1265890902,
            "stop": 1265891714
        },
        {
            "start": 1265891716,
            "stop": 1265892098
        },
        {
            "start": 1265892099,
            "stop": 1265892773
        },
        {
            "start": 1265892778,
            "stop": 1265893820
        },
        {
            "start": 1265893821,
            "stop": 1265898680
        },
        {
            "start": 1265898681,
            "stop": 1265901009
        },
        {
            "start": 1265901010,
            "stop": 1265902322
        },
        {
            "start": 1265902327,
            "stop": 1265902728
        },
        {
            "start": 1265902732,
            "stop": 1265903078
        },
        {
            "start": 1265903082,
            "stop": 1265906425
        },
        {
            "start": 1265906430,
            "stop": 1265907506
        },
        {
            "start": 1265907511,
            "stop": 1265912857
        },
        {
            "start": 1265912860,
            "stop": 1265917797
        },
        {
            "start": 1265917801,
            "stop": 1265918454
        },
        {
            "start": 1265918455,
            "stop": 1265918634
        },
        {
            "start": 1265918639,
            "stop": 1265920769
        },
        {
            "start": 1265920771,
            "stop": 1265922055
        },
        {
            "start": 1265922059,
            "stop": 1265925469
        },
        {
            "start": 1265925471,
            "stop": 1265929363
        }
    ]
}