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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=189",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 190,
    "results": [
        {
            "start": 1261668499,
            "stop": 1261668850
        },
        {
            "start": 1261668857,
            "stop": 1261668858
        },
        {
            "start": 1261668873,
            "stop": 1261668874
        },
        {
            "start": 1261668885,
            "stop": 1261669168
        },
        {
            "start": 1261669179,
            "stop": 1261669183
        },
        {
            "start": 1261669195,
            "stop": 1261672338
        },
        {
            "start": 1261672339,
            "stop": 1261673327
        },
        {
            "start": 1261673330,
            "stop": 1261673485
        },
        {
            "start": 1261673488,
            "stop": 1261674107
        },
        {
            "start": 1261674111,
            "stop": 1261674123
        },
        {
            "start": 1261674128,
            "stop": 1261674136
        },
        {
            "start": 1261674141,
            "stop": 1261674311
        },
        {
            "start": 1261674315,
            "stop": 1261675763
        },
        {
            "start": 1261675767,
            "stop": 1261675963
        },
        {
            "start": 1261675968,
            "stop": 1261675979
        },
        {
            "start": 1261675984,
            "stop": 1261676066
        },
        {
            "start": 1261676071,
            "stop": 1261676620
        },
        {
            "start": 1261676625,
            "stop": 1261676697
        },
        {
            "start": 1261676702,
            "stop": 1261676958
        },
        {
            "start": 1261676963,
            "stop": 1261677770
        }
    ]
}