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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 156,
    "results": [
        {
            "start": 1373424187,
            "stop": 1373425685
        },
        {
            "start": 1373425687,
            "stop": 1373426255
        },
        {
            "start": 1373426257,
            "stop": 1373429213
        },
        {
            "start": 1373429215,
            "stop": 1373436943
        },
        {
            "start": 1373436945,
            "stop": 1373437702
        },
        {
            "start": 1373437703,
            "stop": 1373438915
        },
        {
            "start": 1373438916,
            "stop": 1373439472
        },
        {
            "start": 1373439473,
            "stop": 1373440782
        },
        {
            "start": 1373440785,
            "stop": 1373441341
        },
        {
            "start": 1373441343,
            "stop": 1373442302
        },
        {
            "start": 1373442307,
            "stop": 1373442836
        },
        {
            "start": 1373442841,
            "stop": 1373443637
        },
        {
            "start": 1373443639,
            "stop": 1373444270
        },
        {
            "start": 1373444271,
            "stop": 1373445559
        },
        {
            "start": 1373445561,
            "stop": 1373446242
        },
        {
            "start": 1373446244,
            "stop": 1373447634
        },
        {
            "start": 1373447636,
            "stop": 1373448844
        },
        {
            "start": 1373448846,
            "stop": 1373450310
        },
        {
            "start": 1373450311,
            "stop": 1373451100
        },
        {
            "start": 1373451105,
            "stop": 1373452630
        }
    ]
}