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=6928
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=6929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6927",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6928,
    "results": [
        {
            "start": 873711812,
            "stop": 873711850
        },
        {
            "start": 873711857,
            "stop": 873711872
        },
        {
            "start": 873711878,
            "stop": 873711892
        },
        {
            "start": 873711897,
            "stop": 873711903
        },
        {
            "start": 873711910,
            "stop": 873711911
        },
        {
            "start": 873711915,
            "stop": 873711919
        },
        {
            "start": 873711923,
            "stop": 873711935
        },
        {
            "start": 873711939,
            "stop": 873711994
        },
        {
            "start": 873712006,
            "stop": 873712032
        },
        {
            "start": 873712036,
            "stop": 873712098
        },
        {
            "start": 873712102,
            "stop": 873712141
        },
        {
            "start": 873712144,
            "stop": 873712177
        },
        {
            "start": 873712181,
            "stop": 873712187
        },
        {
            "start": 873712191,
            "stop": 873712203
        },
        {
            "start": 873712207,
            "stop": 873712335
        },
        {
            "start": 873712338,
            "stop": 873712345
        },
        {
            "start": 873712348,
            "stop": 873712365
        },
        {
            "start": 873712369,
            "stop": 873712402
        },
        {
            "start": 873712408,
            "stop": 873712443
        },
        {
            "start": 873712446,
            "stop": 873712470
        }
    ]
}