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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 339,
    "results": [
        {
            "start": 1264103052,
            "stop": 1264103990
        },
        {
            "start": 1264103998,
            "stop": 1264107158
        },
        {
            "start": 1264107161,
            "stop": 1264108745
        },
        {
            "start": 1264108748,
            "stop": 1264109929
        },
        {
            "start": 1264109931,
            "stop": 1264110082
        },
        {
            "start": 1264110087,
            "stop": 1264110515
        },
        {
            "start": 1264110520,
            "stop": 1264110934
        },
        {
            "start": 1264110939,
            "stop": 1264111016
        },
        {
            "start": 1264111021,
            "stop": 1264111106
        },
        {
            "start": 1264111111,
            "stop": 1264111260
        },
        {
            "start": 1264111265,
            "stop": 1264111335
        },
        {
            "start": 1264111340,
            "stop": 1264111469
        },
        {
            "start": 1264111474,
            "stop": 1264111549
        },
        {
            "start": 1264111554,
            "stop": 1264111667
        },
        {
            "start": 1264111672,
            "stop": 1264111914
        },
        {
            "start": 1264111915,
            "stop": 1264112468
        },
        {
            "start": 1264112473,
            "stop": 1264112485
        },
        {
            "start": 1264112490,
            "stop": 1264112551
        },
        {
            "start": 1264112556,
            "stop": 1264112574
        },
        {
            "start": 1264112579,
            "stop": 1264112581
        }
    ]
}