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=468
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=469",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=467",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 468,
    "results": [
        {
            "start": 1264395444,
            "stop": 1264395445
        },
        {
            "start": 1264395447,
            "stop": 1264395448
        },
        {
            "start": 1264395449,
            "stop": 1264395450
        },
        {
            "start": 1264395452,
            "stop": 1264395458
        },
        {
            "start": 1264395460,
            "stop": 1264395553
        },
        {
            "start": 1264395554,
            "stop": 1264395555
        },
        {
            "start": 1264395556,
            "stop": 1264395561
        },
        {
            "start": 1264395562,
            "stop": 1264395563
        },
        {
            "start": 1264395564,
            "stop": 1264395578
        },
        {
            "start": 1264395580,
            "stop": 1264395586
        },
        {
            "start": 1264395588,
            "stop": 1264395632
        },
        {
            "start": 1264395635,
            "stop": 1264395641
        },
        {
            "start": 1264395642,
            "stop": 1264395649
        },
        {
            "start": 1264395650,
            "stop": 1264395695
        },
        {
            "start": 1264395698,
            "stop": 1264395705
        },
        {
            "start": 1264395707,
            "stop": 1264395729
        },
        {
            "start": 1264395731,
            "stop": 1264395767
        },
        {
            "start": 1264395771,
            "stop": 1264395805
        },
        {
            "start": 1264395807,
            "stop": 1264395812
        },
        {
            "start": 1264395813,
            "stop": 1264395821
        }
    ]
}