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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=509",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 510,
    "results": [
        {
            "start": 962558283,
            "stop": 962560488
        },
        {
            "start": 962560489,
            "stop": 962560490
        },
        {
            "start": 962560493,
            "stop": 962560539
        },
        {
            "start": 962560540,
            "stop": 962560843
        },
        {
            "start": 962560883,
            "stop": 962562003
        },
        {
            "start": 962562044,
            "stop": 962562619
        },
        {
            "start": 962565880,
            "stop": 962566880
        },
        {
            "start": 962566920,
            "stop": 962566926
        },
        {
            "start": 962566927,
            "stop": 962567940
        },
        {
            "start": 962572167,
            "stop": 962574127
        },
        {
            "start": 962600905,
            "stop": 962608194
        },
        {
            "start": 962609752,
            "stop": 962633512
        },
        {
            "start": 962633552,
            "stop": 962634105
        },
        {
            "start": 962641861,
            "stop": 962642541
        },
        {
            "start": 962642581,
            "stop": 962643341
        },
        {
            "start": 962643381,
            "stop": 962644302
        },
        {
            "start": 962644303,
            "stop": 962645381
        },
        {
            "start": 962647169,
            "stop": 962651001
        },
        {
            "start": 962652636,
            "stop": 962654549
        },
        {
            "start": 962654551,
            "stop": 962655076
        }
    ]
}