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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 503,
    "results": [
        {
            "start": 1184588818,
            "stop": 1184588834
        },
        {
            "start": 1184588836,
            "stop": 1184588891
        },
        {
            "start": 1184588893,
            "stop": 1184588909
        },
        {
            "start": 1184588912,
            "stop": 1184588914
        },
        {
            "start": 1184588916,
            "stop": 1184588924
        },
        {
            "start": 1184588927,
            "stop": 1184588953
        },
        {
            "start": 1184588962,
            "stop": 1184589006
        },
        {
            "start": 1184589008,
            "stop": 1184589009
        },
        {
            "start": 1184589011,
            "stop": 1184589013
        },
        {
            "start": 1184589021,
            "stop": 1184589022
        },
        {
            "start": 1184589029,
            "stop": 1184589033
        },
        {
            "start": 1184589035,
            "stop": 1184589037
        },
        {
            "start": 1184589039,
            "stop": 1184589451
        },
        {
            "start": 1184589453,
            "stop": 1184589510
        },
        {
            "start": 1184589512,
            "stop": 1184589537
        },
        {
            "start": 1184589540,
            "stop": 1184589702
        },
        {
            "start": 1184589704,
            "stop": 1184589705
        },
        {
            "start": 1184589707,
            "stop": 1184589813
        },
        {
            "start": 1184589816,
            "stop": 1184589817
        },
        {
            "start": 1184589819,
            "stop": 1184589828
        }
    ]
}