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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8880",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8881,
    "results": [
        {
            "start": 875058548,
            "stop": 875058661
        },
        {
            "start": 875058668,
            "stop": 875059290
        },
        {
            "start": 875059440,
            "stop": 875060100
        },
        {
            "start": 875060220,
            "stop": 875060460
        },
        {
            "start": 875060700,
            "stop": 875060752
        },
        {
            "start": 875060894,
            "stop": 875061180
        },
        {
            "start": 875061310,
            "stop": 875061900
        },
        {
            "start": 875062030,
            "stop": 875062080
        },
        {
            "start": 875062140,
            "stop": 875062189
        },
        {
            "start": 875062190,
            "stop": 875062200
        },
        {
            "start": 875062260,
            "stop": 875062320
        },
        {
            "start": 875062440,
            "stop": 875062554
        },
        {
            "start": 875062740,
            "stop": 875062800
        },
        {
            "start": 875062990,
            "stop": 875063160
        },
        {
            "start": 875063220,
            "stop": 875063460
        },
        {
            "start": 875063580,
            "stop": 875063604
        },
        {
            "start": 875063611,
            "stop": 875063704
        },
        {
            "start": 875063740,
            "stop": 875063760
        },
        {
            "start": 875063880,
            "stop": 875063940
        },
        {
            "start": 875064120,
            "stop": 875064230
        }
    ]
}