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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=745",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=743",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 744,
    "results": [
        {
            "start": 1249048129,
            "stop": 1249048135
        },
        {
            "start": 1249048136,
            "stop": 1249048137
        },
        {
            "start": 1249048142,
            "stop": 1249048148
        },
        {
            "start": 1249048149,
            "stop": 1249048187
        },
        {
            "start": 1249048188,
            "stop": 1249048554
        },
        {
            "start": 1249048558,
            "stop": 1249048596
        },
        {
            "start": 1249048597,
            "stop": 1249048657
        },
        {
            "start": 1249048659,
            "stop": 1249048661
        },
        {
            "start": 1249048664,
            "stop": 1249048683
        },
        {
            "start": 1249048684,
            "stop": 1249048687
        },
        {
            "start": 1249048692,
            "stop": 1249048743
        },
        {
            "start": 1249048745,
            "stop": 1249048747
        },
        {
            "start": 1249048751,
            "stop": 1249048753
        },
        {
            "start": 1249048757,
            "stop": 1249048761
        },
        {
            "start": 1249048763,
            "stop": 1249048769
        },
        {
            "start": 1249048773,
            "stop": 1249048774
        },
        {
            "start": 1249048779,
            "stop": 1249048838
        },
        {
            "start": 1249048842,
            "stop": 1249048847
        },
        {
            "start": 1249048851,
            "stop": 1249048853
        },
        {
            "start": 1249048854,
            "stop": 1249048856
        }
    ]
}