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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=725",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=723",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 724,
    "results": [
        {
            "start": 1248993016,
            "stop": 1248993220
        },
        {
            "start": 1248993222,
            "stop": 1248993586
        },
        {
            "start": 1248993588,
            "stop": 1248993635
        },
        {
            "start": 1248993636,
            "stop": 1248993648
        },
        {
            "start": 1248993649,
            "stop": 1248993685
        },
        {
            "start": 1248993690,
            "stop": 1248993691
        },
        {
            "start": 1248993695,
            "stop": 1248993706
        },
        {
            "start": 1248993708,
            "stop": 1248993745
        },
        {
            "start": 1248993746,
            "stop": 1248993798
        },
        {
            "start": 1248993804,
            "stop": 1248993806
        },
        {
            "start": 1248993808,
            "stop": 1248993834
        },
        {
            "start": 1248993840,
            "stop": 1248993847
        },
        {
            "start": 1248993849,
            "stop": 1248993850
        },
        {
            "start": 1248993855,
            "stop": 1248994036
        },
        {
            "start": 1248994041,
            "stop": 1248994042
        },
        {
            "start": 1248994047,
            "stop": 1248994081
        },
        {
            "start": 1248994082,
            "stop": 1248994142
        },
        {
            "start": 1248994143,
            "stop": 1248994171
        },
        {
            "start": 1248994172,
            "stop": 1248994174
        },
        {
            "start": 1248994176,
            "stop": 1248994178
        }
    ]
}