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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5316",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5314",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5315,
    "results": [
        {
            "start": 1137211336,
            "stop": 1137211349
        },
        {
            "start": 1137211350,
            "stop": 1137211361
        },
        {
            "start": 1137211363,
            "stop": 1137211421
        },
        {
            "start": 1137211423,
            "stop": 1137211445
        },
        {
            "start": 1137211447,
            "stop": 1137211487
        },
        {
            "start": 1137211489,
            "stop": 1137211491
        },
        {
            "start": 1137211493,
            "stop": 1137211555
        },
        {
            "start": 1137211557,
            "stop": 1137211560
        },
        {
            "start": 1137211562,
            "stop": 1137211590
        },
        {
            "start": 1137211592,
            "stop": 1137211595
        },
        {
            "start": 1137211597,
            "stop": 1137211617
        },
        {
            "start": 1137211619,
            "stop": 1137211623
        },
        {
            "start": 1137211625,
            "stop": 1137211648
        },
        {
            "start": 1137211650,
            "stop": 1137211695
        },
        {
            "start": 1137211696,
            "stop": 1137211710
        },
        {
            "start": 1137211713,
            "stop": 1137211734
        },
        {
            "start": 1137211735,
            "stop": 1137211739
        },
        {
            "start": 1137211741,
            "stop": 1137211752
        },
        {
            "start": 1137211754,
            "stop": 1137211762
        },
        {
            "start": 1137211764,
            "stop": 1137211783
        }
    ]
}