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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=87",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 88,
    "results": [
        {
            "start": 826332770,
            "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
        },
        {
            "start": 826368586,
            "stop": 826380811
        },
        {
            "start": 826384559,
            "stop": 826387526
        },
        {
            "start": 826434933,
            "stop": 826439473
        },
        {
            "start": 826439583,
            "stop": 826439713
        },
        {
            "start": 826440013,
            "stop": 826440981
        },
        {
            "start": 826441091,
            "stop": 826443260
        },
        {
            "start": 826443560,
            "stop": 826443851
        },
        {
            "start": 826443961,
            "stop": 826444101
        },
        {
            "start": 826444401,
            "stop": 826445411
        },
        {
            "start": 826445521,
            "stop": 826445576
        }
    ]
}