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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1752",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1750",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1751,
    "results": [
        {
            "start": 1249434240,
            "stop": 1249434759
        },
        {
            "start": 1249434762,
            "stop": 1249434851
        },
        {
            "start": 1249434853,
            "stop": 1249435057
        },
        {
            "start": 1249435060,
            "stop": 1249435069
        },
        {
            "start": 1249435072,
            "stop": 1249435123
        },
        {
            "start": 1249435126,
            "stop": 1249435169
        },
        {
            "start": 1249435172,
            "stop": 1249435514
        },
        {
            "start": 1249435517,
            "stop": 1249435761
        },
        {
            "start": 1249435764,
            "stop": 1249435816
        },
        {
            "start": 1249435819,
            "stop": 1249435826
        },
        {
            "start": 1249435829,
            "stop": 1249435924
        },
        {
            "start": 1249435927,
            "stop": 1249436015
        },
        {
            "start": 1249436018,
            "stop": 1249436094
        },
        {
            "start": 1249436097,
            "stop": 1249436104
        },
        {
            "start": 1249436107,
            "stop": 1249436215
        },
        {
            "start": 1249436218,
            "stop": 1249436390
        },
        {
            "start": 1249436392,
            "stop": 1249436430
        },
        {
            "start": 1249436433,
            "stop": 1249436535
        },
        {
            "start": 1249436538,
            "stop": 1249436695
        },
        {
            "start": 1249436698,
            "stop": 1249436724
        }
    ]
}