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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=101",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 102,
    "results": [
        {
            "start": 826281001,
            "stop": 826281005
        },
        {
            "start": 826281115,
            "stop": 826281247
        },
        {
            "start": 826281547,
            "stop": 826305324
        },
        {
            "start": 826305327,
            "stop": 826310177
        },
        {
            "start": 826310180,
            "stop": 826310186
        },
        {
            "start": 826310189,
            "stop": 826310190
        },
        {
            "start": 826310196,
            "stop": 826310693
        },
        {
            "start": 826310696,
            "stop": 826316089
        },
        {
            "start": 826324002,
            "stop": 826326646
        },
        {
            "start": 826332770,
            "stop": 826334450
        },
        {
            "start": 826334454,
            "stop": 826339639
        },
        {
            "start": 826339749,
            "stop": 826339791
        },
        {
            "start": 826340267,
            "stop": 826340268
        },
        {
            "start": 826340568,
            "stop": 826341333
        },
        {
            "start": 826341633,
            "stop": 826341995
        },
        {
            "start": 826342935,
            "stop": 826347025
        },
        {
            "start": 826347135,
            "stop": 826347591
        },
        {
            "start": 826347891,
            "stop": 826355768
        },
        {
            "start": 826356068,
            "stop": 826356502
        },
        {
            "start": 826365657,
            "stop": 826368286
        }
    ]
}