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=5328
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=5329",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5327",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5328,
    "results": [
        {
            "start": 1137227425,
            "stop": 1137227435
        },
        {
            "start": 1137227437,
            "stop": 1137227448
        },
        {
            "start": 1137227450,
            "stop": 1137227458
        },
        {
            "start": 1137227460,
            "stop": 1137227504
        },
        {
            "start": 1137227506,
            "stop": 1137227516
        },
        {
            "start": 1137227518,
            "stop": 1137227526
        },
        {
            "start": 1137227528,
            "stop": 1137227537
        },
        {
            "start": 1137227539,
            "stop": 1137227548
        },
        {
            "start": 1137227550,
            "stop": 1137227560
        },
        {
            "start": 1137227562,
            "stop": 1137227571
        },
        {
            "start": 1137227573,
            "stop": 1137227583
        },
        {
            "start": 1137227584,
            "stop": 1137227592
        },
        {
            "start": 1137227594,
            "stop": 1137227601
        },
        {
            "start": 1137227603,
            "stop": 1137227613
        },
        {
            "start": 1137227615,
            "stop": 1137227624
        },
        {
            "start": 1137227626,
            "stop": 1137227636
        },
        {
            "start": 1137227638,
            "stop": 1137227646
        },
        {
            "start": 1137227648,
            "stop": 1137227657
        },
        {
            "start": 1137227659,
            "stop": 1137227730
        },
        {
            "start": 1137227732,
            "stop": 1137227771
        }
    ]
}