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=7058
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=7059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7057",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7058,
    "results": [
        {
            "start": 873991825,
            "stop": 873992337
        },
        {
            "start": 873992338,
            "stop": 873992555
        },
        {
            "start": 873992556,
            "stop": 873993126
        },
        {
            "start": 873993127,
            "stop": 873993283
        },
        {
            "start": 873993284,
            "stop": 873993523
        },
        {
            "start": 873993524,
            "stop": 873993682
        },
        {
            "start": 873993683,
            "stop": 873994264
        },
        {
            "start": 873994265,
            "stop": 873994587
        },
        {
            "start": 873994588,
            "stop": 873994914
        },
        {
            "start": 873997297,
            "stop": 873997354
        },
        {
            "start": 873997355,
            "stop": 873997361
        },
        {
            "start": 873997364,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873998191
        },
        {
            "start": 873998193,
            "stop": 873998402
        },
        {
            "start": 873998403,
            "stop": 873998668
        },
        {
            "start": 873998670,
            "stop": 873999417
        },
        {
            "start": 873999420,
            "stop": 873999663
        },
        {
            "start": 873999664,
            "stop": 873999667
        },
        {
            "start": 873999669,
            "stop": 873999983
        },
        {
            "start": 873999985,
            "stop": 874000051
        }
    ]
}