Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 95,
    "results": [
        {
            "start": 931507744,
            "stop": 931507755
        },
        {
            "start": 931507760,
            "stop": 931507775
        },
        {
            "start": 931507778,
            "stop": 931507790
        },
        {
            "start": 931507793,
            "stop": 931507807
        },
        {
            "start": 931507810,
            "stop": 931507812
        },
        {
            "start": 931507815,
            "stop": 931507829
        },
        {
            "start": 931507832,
            "stop": 931507851
        },
        {
            "start": 931507854,
            "stop": 931507859
        },
        {
            "start": 931507861,
            "stop": 931507901
        },
        {
            "start": 931507904,
            "stop": 931507908
        },
        {
            "start": 931507913,
            "stop": 931507914
        },
        {
            "start": 931507916,
            "stop": 931507952
        },
        {
            "start": 931507955,
            "stop": 931507959
        },
        {
            "start": 931507962,
            "stop": 931507967
        },
        {
            "start": 931507970,
            "stop": 931507986
        },
        {
            "start": 931507989,
            "stop": 931507995
        },
        {
            "start": 931508000,
            "stop": 931508022
        },
        {
            "start": 931508024,
            "stop": 931508027
        },
        {
            "start": 931508030,
            "stop": 931508044
        },
        {
            "start": 931508047,
            "stop": 931508068
        }
    ]
}