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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1729",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1727",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1728,
    "results": [
        {
            "start": 958205679,
            "stop": 958205892
        },
        {
            "start": 958205894,
            "stop": 958205941
        },
        {
            "start": 958205942,
            "stop": 958206217
        },
        {
            "start": 958206220,
            "stop": 958206253
        },
        {
            "start": 958206255,
            "stop": 958206339
        },
        {
            "start": 958206343,
            "stop": 958206358
        },
        {
            "start": 958206360,
            "stop": 958206410
        },
        {
            "start": 958206412,
            "stop": 958206418
        },
        {
            "start": 958206420,
            "stop": 958206734
        },
        {
            "start": 958208118,
            "stop": 958212609
        },
        {
            "start": 958212611,
            "stop": 958212917
        },
        {
            "start": 958212919,
            "stop": 958213242
        },
        {
            "start": 958213245,
            "stop": 958213372
        },
        {
            "start": 958214412,
            "stop": 958214454
        },
        {
            "start": 958214561,
            "stop": 958214911
        },
        {
            "start": 958214913,
            "stop": 958215729
        },
        {
            "start": 958215731,
            "stop": 958215770
        },
        {
            "start": 958218510,
            "stop": 958220817
        },
        {
            "start": 958220819,
            "stop": 958220930
        },
        {
            "start": 958220932,
            "stop": 958220934
        }
    ]
}