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=772
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=773",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=771",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 772,
    "results": [
        {
            "start": 1268085154,
            "stop": 1268088459
        },
        {
            "start": 1268088460,
            "stop": 1268088929
        },
        {
            "start": 1268088933,
            "stop": 1268089798
        },
        {
            "start": 1268089800,
            "stop": 1268091963
        },
        {
            "start": 1268091964,
            "stop": 1268092348
        },
        {
            "start": 1268092352,
            "stop": 1268093282
        },
        {
            "start": 1268093284,
            "stop": 1268093286
        },
        {
            "start": 1268093289,
            "stop": 1268093292
        },
        {
            "start": 1268093294,
            "stop": 1268093324
        },
        {
            "start": 1268093326,
            "stop": 1268096215
        },
        {
            "start": 1268096216,
            "stop": 1268098711
        },
        {
            "start": 1268098713,
            "stop": 1268101054
        },
        {
            "start": 1268101057,
            "stop": 1268103363
        },
        {
            "start": 1268103365,
            "stop": 1268103781
        },
        {
            "start": 1268103783,
            "stop": 1268105244
        },
        {
            "start": 1268105249,
            "stop": 1268107297
        },
        {
            "start": 1268107298,
            "stop": 1268111024
        },
        {
            "start": 1268111029,
            "stop": 1268111142
        },
        {
            "start": 1268111147,
            "stop": 1268115610
        },
        {
            "start": 1268115614,
            "stop": 1268117139
        }
    ]
}