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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=430",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 431,
    "results": [
        {
            "start": 1182820588,
            "stop": 1182820596
        },
        {
            "start": 1182820597,
            "stop": 1182820698
        },
        {
            "start": 1182820699,
            "stop": 1182820747
        },
        {
            "start": 1182820748,
            "stop": 1182820769
        },
        {
            "start": 1182820770,
            "stop": 1182820822
        },
        {
            "start": 1182820823,
            "stop": 1182820892
        },
        {
            "start": 1182820893,
            "stop": 1182821116
        },
        {
            "start": 1182821117,
            "stop": 1182821612
        },
        {
            "start": 1182821613,
            "stop": 1182821619
        },
        {
            "start": 1182821620,
            "stop": 1182822413
        },
        {
            "start": 1182822417,
            "stop": 1182822639
        },
        {
            "start": 1182822640,
            "stop": 1182822707
        },
        {
            "start": 1182822708,
            "stop": 1182822845
        },
        {
            "start": 1182822849,
            "stop": 1182822854
        },
        {
            "start": 1182822858,
            "stop": 1182822934
        },
        {
            "start": 1182822938,
            "stop": 1182822943
        },
        {
            "start": 1182823545,
            "stop": 1182823560
        },
        {
            "start": 1182823562,
            "stop": 1182823570
        },
        {
            "start": 1182823571,
            "stop": 1182823581
        },
        {
            "start": 1182823582,
            "stop": 1182823603
        }
    ]
}