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=6857
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=6858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6856",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6857,
    "results": [
        {
            "start": 873235998,
            "stop": 873236097
        },
        {
            "start": 873236099,
            "stop": 873237982
        },
        {
            "start": 873238182,
            "stop": 873242732
        },
        {
            "start": 873242734,
            "stop": 873243001
        },
        {
            "start": 873243003,
            "stop": 873243572
        },
        {
            "start": 873243573,
            "stop": 873243704
        },
        {
            "start": 873243705,
            "stop": 873243848
        },
        {
            "start": 873243850,
            "stop": 873244691
        },
        {
            "start": 873249722,
            "stop": 873249723
        },
        {
            "start": 873249728,
            "stop": 873249729
        },
        {
            "start": 873249737,
            "stop": 873249738
        },
        {
            "start": 873249741,
            "stop": 873249743
        },
        {
            "start": 873249746,
            "stop": 873249747
        },
        {
            "start": 873249749,
            "stop": 873249751
        },
        {
            "start": 873249753,
            "stop": 873249755
        },
        {
            "start": 873249756,
            "stop": 873249769
        },
        {
            "start": 873249770,
            "stop": 873249773
        },
        {
            "start": 873249781,
            "stop": 873249785
        },
        {
            "start": 873249786,
            "stop": 873249789
        },
        {
            "start": 873249793,
            "stop": 873249802
        }
    ]
}