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=7026
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=7027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7025",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7026,
    "results": [
        {
            "start": 873824032,
            "stop": 873824078
        },
        {
            "start": 873824079,
            "stop": 873824196
        },
        {
            "start": 873824197,
            "stop": 873824671
        },
        {
            "start": 873824672,
            "stop": 873824845
        },
        {
            "start": 873824846,
            "stop": 873825190
        },
        {
            "start": 873825191,
            "stop": 873825223
        },
        {
            "start": 873825224,
            "stop": 873825583
        },
        {
            "start": 873825584,
            "stop": 873825816
        },
        {
            "start": 873825817,
            "stop": 873825978
        },
        {
            "start": 873825980,
            "stop": 873826190
        },
        {
            "start": 873826192,
            "stop": 873826383
        },
        {
            "start": 873826384,
            "stop": 873826402
        },
        {
            "start": 873826403,
            "stop": 873826451
        },
        {
            "start": 873826452,
            "stop": 873826478
        },
        {
            "start": 873826479,
            "stop": 873826543
        },
        {
            "start": 873826544,
            "stop": 873826792
        },
        {
            "start": 873826793,
            "stop": 873826991
        },
        {
            "start": 873826992,
            "stop": 873827143
        },
        {
            "start": 873827144,
            "stop": 873827174
        },
        {
            "start": 873827175,
            "stop": 873827190
        }
    ]
}