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=7048
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=7049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7047",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7048,
    "results": [
        {
            "start": 873941385,
            "stop": 873941500
        },
        {
            "start": 873941502,
            "stop": 873941560
        },
        {
            "start": 873941561,
            "stop": 873941731
        },
        {
            "start": 873941732,
            "stop": 873941847
        },
        {
            "start": 873941848,
            "stop": 873941984
        },
        {
            "start": 873941986,
            "stop": 873942038
        },
        {
            "start": 873942040,
            "stop": 873942068
        },
        {
            "start": 873942070,
            "stop": 873942072
        },
        {
            "start": 873942075,
            "stop": 873942080
        },
        {
            "start": 873942081,
            "stop": 873942084
        },
        {
            "start": 873942086,
            "stop": 873942087
        },
        {
            "start": 873942089,
            "stop": 873942091
        },
        {
            "start": 873942092,
            "stop": 873942095
        },
        {
            "start": 873942097,
            "stop": 873942098
        },
        {
            "start": 873942100,
            "stop": 873942102
        },
        {
            "start": 873942103,
            "stop": 873942107
        },
        {
            "start": 873942108,
            "stop": 873942110
        },
        {
            "start": 873942111,
            "stop": 873942113
        },
        {
            "start": 873942114,
            "stop": 873942143
        },
        {
            "start": 873942144,
            "stop": 873942363
        }
    ]
}