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=6958
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=6959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6957",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6958,
    "results": [
        {
            "start": 873760745,
            "stop": 873760972
        },
        {
            "start": 873760976,
            "stop": 873760995
        },
        {
            "start": 873760998,
            "stop": 873761670
        },
        {
            "start": 873762630,
            "stop": 873763016
        },
        {
            "start": 873763020,
            "stop": 873763152
        },
        {
            "start": 873763156,
            "stop": 873763231
        },
        {
            "start": 873763235,
            "stop": 873763346
        },
        {
            "start": 873763350,
            "stop": 873763466
        },
        {
            "start": 873764760,
            "stop": 873764820
        },
        {
            "start": 873765100,
            "stop": 873765449
        },
        {
            "start": 873765453,
            "stop": 873765640
        },
        {
            "start": 873765641,
            "stop": 873765642
        },
        {
            "start": 873765643,
            "stop": 873765644
        },
        {
            "start": 873765645,
            "stop": 873765648
        },
        {
            "start": 873765653,
            "stop": 873765696
        },
        {
            "start": 873765699,
            "stop": 873765895
        },
        {
            "start": 873765898,
            "stop": 873765984
        },
        {
            "start": 873765987,
            "stop": 873766540
        },
        {
            "start": 873766543,
            "stop": 873767291
        },
        {
            "start": 873767294,
            "stop": 873767646
        }
    ]
}