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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 279,
    "results": [
        {
            "start": 1240330378,
            "stop": 1240330407
        },
        {
            "start": 1240330410,
            "stop": 1240330470
        },
        {
            "start": 1240330472,
            "stop": 1240330493
        },
        {
            "start": 1240330497,
            "stop": 1240330540
        },
        {
            "start": 1240330541,
            "stop": 1240330542
        },
        {
            "start": 1240330543,
            "stop": 1240330567
        },
        {
            "start": 1240330570,
            "stop": 1240330594
        },
        {
            "start": 1240330595,
            "stop": 1240330596
        },
        {
            "start": 1240330597,
            "stop": 1240330613
        },
        {
            "start": 1240330614,
            "stop": 1240330616
        },
        {
            "start": 1240330617,
            "stop": 1240330715
        },
        {
            "start": 1240330716,
            "stop": 1240330719
        },
        {
            "start": 1240330721,
            "stop": 1240330745
        },
        {
            "start": 1240330746,
            "stop": 1240330791
        },
        {
            "start": 1240330792,
            "stop": 1240330793
        },
        {
            "start": 1240330794,
            "stop": 1240330822
        },
        {
            "start": 1240330823,
            "stop": 1240330825
        },
        {
            "start": 1240330826,
            "stop": 1240330835
        },
        {
            "start": 1240330836,
            "stop": 1240330856
        },
        {
            "start": 1240330857,
            "stop": 1240330860
        }
    ]
}