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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3267",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3268,
    "results": [
        {
            "start": 873485160,
            "stop": 873487440
        },
        {
            "start": 873487560,
            "stop": 873489209
        },
        {
            "start": 873489212,
            "stop": 873489360
        },
        {
            "start": 873489767,
            "stop": 873489784
        },
        {
            "start": 873492354,
            "stop": 873492360
        },
        {
            "start": 873492420,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873493680
        },
        {
            "start": 873493800,
            "stop": 873494924
        },
        {
            "start": 873495105,
            "stop": 873495652
        },
        {
            "start": 873495658,
            "stop": 873495720
        },
        {
            "start": 873495780,
            "stop": 873496805
        },
        {
            "start": 873496815,
            "stop": 873496837
        },
        {
            "start": 873496843,
            "stop": 873496860
        },
        {
            "start": 873496920,
            "stop": 873497580
        },
        {
            "start": 873497640,
            "stop": 873502177
        },
        {
            "start": 873502185,
            "stop": 873502197
        },
        {
            "start": 873502260,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873514432
        },
        {
            "start": 873514500,
            "stop": 873528720
        }
    ]
}