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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=48",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 49,
    "results": [
        {
            "start": 931082025,
            "stop": 931082026
        },
        {
            "start": 931082030,
            "stop": 931082031
        },
        {
            "start": 931082032,
            "stop": 931082033
        },
        {
            "start": 931082034,
            "stop": 931082036
        },
        {
            "start": 931082042,
            "stop": 931082046
        },
        {
            "start": 931082047,
            "stop": 931082048
        },
        {
            "start": 931082050,
            "stop": 931082051
        },
        {
            "start": 931082052,
            "stop": 931082054
        },
        {
            "start": 931082055,
            "stop": 931082057
        },
        {
            "start": 931082058,
            "stop": 931082067
        },
        {
            "start": 931082068,
            "stop": 931082069
        },
        {
            "start": 931082073,
            "stop": 931082077
        },
        {
            "start": 931082078,
            "stop": 931082082
        },
        {
            "start": 931082083,
            "stop": 931082088
        },
        {
            "start": 931082089,
            "stop": 931082090
        },
        {
            "start": 931082093,
            "stop": 931082094
        },
        {
            "start": 931082096,
            "stop": 931082097
        },
        {
            "start": 931082098,
            "stop": 931082100
        },
        {
            "start": 931082101,
            "stop": 931082104
        },
        {
            "start": 931082108,
            "stop": 931082111
        }
    ]
}