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=7097
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=7098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7096",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7097,
    "results": [
        {
            "start": 874567353,
            "stop": 874567363
        },
        {
            "start": 874567366,
            "stop": 874567367
        },
        {
            "start": 874567370,
            "stop": 874567375
        },
        {
            "start": 874567378,
            "stop": 874567642
        },
        {
            "start": 874567645,
            "stop": 874567674
        },
        {
            "start": 874567678,
            "stop": 874567926
        },
        {
            "start": 874567929,
            "stop": 874568322
        },
        {
            "start": 874568422,
            "stop": 874568669
        },
        {
            "start": 874568672,
            "stop": 874568793
        },
        {
            "start": 874568796,
            "stop": 874569046
        },
        {
            "start": 874569049,
            "stop": 874569425
        },
        {
            "start": 874569428,
            "stop": 874569825
        },
        {
            "start": 874569828,
            "stop": 874569834
        },
        {
            "start": 874569837,
            "stop": 874569886
        },
        {
            "start": 874569889,
            "stop": 874572450
        },
        {
            "start": 874573830,
            "stop": 874577317
        },
        {
            "start": 874577320,
            "stop": 874577543
        },
        {
            "start": 874577546,
            "stop": 874577585
        },
        {
            "start": 874577588,
            "stop": 874577594
        },
        {
            "start": 874577597,
            "stop": 874577854
        }
    ]
}