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=5299
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=5300",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5298",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5299,
    "results": [
        {
            "start": 1137091202,
            "stop": 1137091375
        },
        {
            "start": 1137091377,
            "stop": 1137091378
        },
        {
            "start": 1137091380,
            "stop": 1137091382
        },
        {
            "start": 1137091384,
            "stop": 1137091386
        },
        {
            "start": 1137091388,
            "stop": 1137091421
        },
        {
            "start": 1137091423,
            "stop": 1137091425
        },
        {
            "start": 1137091428,
            "stop": 1137091429
        },
        {
            "start": 1137091431,
            "stop": 1137091433
        },
        {
            "start": 1137091435,
            "stop": 1137091437
        },
        {
            "start": 1137091438,
            "stop": 1137091450
        },
        {
            "start": 1137091451,
            "stop": 1137091452
        },
        {
            "start": 1137091454,
            "stop": 1137091486
        },
        {
            "start": 1137091487,
            "stop": 1137091521
        },
        {
            "start": 1137091523,
            "stop": 1137091524
        },
        {
            "start": 1137091526,
            "stop": 1137091551
        },
        {
            "start": 1137091553,
            "stop": 1137091555
        },
        {
            "start": 1137091560,
            "stop": 1137091562
        },
        {
            "start": 1137091564,
            "stop": 1137091579
        },
        {
            "start": 1137091581,
            "stop": 1137091583
        },
        {
            "start": 1137091585,
            "stop": 1137091591
        }
    ]
}