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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 143,
    "results": [
        {
            "start": 818051430,
            "stop": 818051457
        },
        {
            "start": 818051461,
            "stop": 818051464
        },
        {
            "start": 818051467,
            "stop": 818051477
        },
        {
            "start": 818051482,
            "stop": 818051483
        },
        {
            "start": 818051486,
            "stop": 818051489
        },
        {
            "start": 818051493,
            "stop": 818051513
        },
        {
            "start": 818051516,
            "stop": 818051525
        },
        {
            "start": 818051529,
            "stop": 818051546
        },
        {
            "start": 818051549,
            "stop": 818051566
        },
        {
            "start": 818051569,
            "stop": 818051578
        },
        {
            "start": 818051589,
            "stop": 818051592
        },
        {
            "start": 818051595,
            "stop": 818051625
        },
        {
            "start": 818051628,
            "stop": 818051653
        },
        {
            "start": 818051656,
            "stop": 818051689
        },
        {
            "start": 818051692,
            "stop": 818051694
        },
        {
            "start": 818051699,
            "stop": 818051709
        },
        {
            "start": 818051712,
            "stop": 818051723
        },
        {
            "start": 818051727,
            "stop": 818051735
        },
        {
            "start": 818051738,
            "stop": 818051742
        },
        {
            "start": 818051748,
            "stop": 818051773
        }
    ]
}