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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=216",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 217,
    "results": [
        {
            "start": 849560560,
            "stop": 849564001
        },
        {
            "start": 849565138,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849568092
        },
        {
            "start": 849568202,
            "stop": 849568315
        },
        {
            "start": 849568780,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849637557
        },
        {
            "start": 849637667,
            "stop": 849637852
        },
        {
            "start": 849680289,
            "stop": 849705130
        },
        {
            "start": 849705620,
            "stop": 849711487
        },
        {
            "start": 849712929,
            "stop": 849719419
        },
        {
            "start": 849719719,
            "stop": 849719935
        },
        {
            "start": 849720235,
            "stop": 849725891
        },
        {
            "start": 849726191,
            "stop": 849729025
        },
        {
            "start": 849730346,
            "stop": 849750984
        },
        {
            "start": 849752710,
            "stop": 849773860
        },
        {
            "start": 849774160,
            "stop": 849774367
        },
        {
            "start": 849774477,
            "stop": 849774500
        },
        {
            "start": 849774800,
            "stop": 849774882
        },
        {
            "start": 849775473,
            "stop": 849776006
        },
        {
            "start": 849776551,
            "stop": 849776657
        }
    ]
}