Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=15",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 16,
    "results": [
        {
            "start": 931054659,
            "stop": 931054661
        },
        {
            "start": 931054662,
            "stop": 931054663
        },
        {
            "start": 931054664,
            "stop": 931054665
        },
        {
            "start": 931054669,
            "stop": 931054680
        },
        {
            "start": 931054683,
            "stop": 931054684
        },
        {
            "start": 931054690,
            "stop": 931054691
        },
        {
            "start": 931054696,
            "stop": 931054697
        },
        {
            "start": 931054698,
            "stop": 931054700
        },
        {
            "start": 931054704,
            "stop": 931054711
        },
        {
            "start": 931054715,
            "stop": 931054718
        },
        {
            "start": 931054721,
            "stop": 931054722
        },
        {
            "start": 931054725,
            "stop": 931054726
        },
        {
            "start": 931054728,
            "stop": 931054733
        },
        {
            "start": 931054737,
            "stop": 931054745
        },
        {
            "start": 931054747,
            "stop": 931054751
        },
        {
            "start": 931054752,
            "stop": 931054756
        },
        {
            "start": 931054760,
            "stop": 931054764
        },
        {
            "start": 931054767,
            "stop": 931054768
        },
        {
            "start": 931054770,
            "stop": 931054772
        },
        {
            "start": 931054775,
            "stop": 931054777
        }
    ]
}