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=767
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=768",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=766",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 767,
    "results": [
        {
            "start": 1267878735,
            "stop": 1267880648
        },
        {
            "start": 1267880650,
            "stop": 1267884092
        },
        {
            "start": 1267911345,
            "stop": 1267911755
        },
        {
            "start": 1267911759,
            "stop": 1267912506
        },
        {
            "start": 1267912508,
            "stop": 1267915264
        },
        {
            "start": 1267915265,
            "stop": 1267918994
        },
        {
            "start": 1267918995,
            "stop": 1267920024
        },
        {
            "start": 1267920027,
            "stop": 1267920054
        },
        {
            "start": 1267920058,
            "stop": 1267920849
        },
        {
            "start": 1267920850,
            "stop": 1267922792
        },
        {
            "start": 1267922796,
            "stop": 1267924086
        },
        {
            "start": 1267924090,
            "stop": 1267927070
        },
        {
            "start": 1267927075,
            "stop": 1267931307
        },
        {
            "start": 1267931347,
            "stop": 1267935321
        },
        {
            "start": 1267935324,
            "stop": 1267936237
        },
        {
            "start": 1267936241,
            "stop": 1267937054
        },
        {
            "start": 1267937055,
            "stop": 1267937146
        },
        {
            "start": 1267937151,
            "stop": 1267937998
        },
        {
            "start": 1267938003,
            "stop": 1267938630
        },
        {
            "start": 1267938632,
            "stop": 1267940788
        }
    ]
}