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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 288,
    "results": [
        {
            "start": 931717118,
            "stop": 931717445
        },
        {
            "start": 931717446,
            "stop": 931717728
        },
        {
            "start": 931717730,
            "stop": 931717747
        },
        {
            "start": 931717749,
            "stop": 931717751
        },
        {
            "start": 931725493,
            "stop": 931725656
        },
        {
            "start": 931725657,
            "stop": 931725762
        },
        {
            "start": 931725763,
            "stop": 931725768
        },
        {
            "start": 931725769,
            "stop": 931725781
        },
        {
            "start": 931725782,
            "stop": 931725824
        },
        {
            "start": 931725825,
            "stop": 931725870
        },
        {
            "start": 931725871,
            "stop": 931725903
        },
        {
            "start": 931725905,
            "stop": 931726033
        },
        {
            "start": 931726034,
            "stop": 931726056
        },
        {
            "start": 931726057,
            "stop": 931726078
        },
        {
            "start": 931737912,
            "stop": 931737913
        },
        {
            "start": 931738938,
            "stop": 931738940
        },
        {
            "start": 931739964,
            "stop": 931739966
        },
        {
            "start": 931740477,
            "stop": 931740479
        },
        {
            "start": 931740990,
            "stop": 931740992
        },
        {
            "start": 931741504,
            "stop": 931741505
        }
    ]
}