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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=440",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 441,
    "results": [
        {
            "start": 1264382518,
            "stop": 1264382558
        },
        {
            "start": 1264382559,
            "stop": 1264382586
        },
        {
            "start": 1264382587,
            "stop": 1264382594
        },
        {
            "start": 1264382595,
            "stop": 1264382603
        },
        {
            "start": 1264382607,
            "stop": 1264382663
        },
        {
            "start": 1264382666,
            "stop": 1264382677
        },
        {
            "start": 1264382680,
            "stop": 1264382700
        },
        {
            "start": 1264382701,
            "stop": 1264382717
        },
        {
            "start": 1264382718,
            "stop": 1264382725
        },
        {
            "start": 1264382726,
            "stop": 1264382728
        },
        {
            "start": 1264382730,
            "stop": 1264382782
        },
        {
            "start": 1264382784,
            "stop": 1264382791
        },
        {
            "start": 1264382792,
            "stop": 1264382807
        },
        {
            "start": 1264382810,
            "stop": 1264382811
        },
        {
            "start": 1264382813,
            "stop": 1264382816
        },
        {
            "start": 1264382817,
            "stop": 1264382820
        },
        {
            "start": 1264382821,
            "stop": 1264382827
        },
        {
            "start": 1264382834,
            "stop": 1264382835
        },
        {
            "start": 1264382842,
            "stop": 1264382848
        },
        {
            "start": 1264382850,
            "stop": 1264382897
        }
    ]
}