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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=18",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 19,
    "results": [
        {
            "start": 816187680,
            "stop": 816189300
        },
        {
            "start": 816189420,
            "stop": 816189650
        },
        {
            "start": 816189730,
            "stop": 816189793
        },
        {
            "start": 816190352,
            "stop": 816191040
        },
        {
            "start": 816191100,
            "stop": 816191700
        },
        {
            "start": 816191760,
            "stop": 816191930
        },
        {
            "start": 816192010,
            "stop": 816192300
        },
        {
            "start": 816193833,
            "stop": 816194210
        },
        {
            "start": 816194350,
            "stop": 816194460
        },
        {
            "start": 816194520,
            "stop": 816194630
        },
        {
            "start": 816194770,
            "stop": 816195240
        },
        {
            "start": 816195360,
            "stop": 816195420
        },
        {
            "start": 816195480,
            "stop": 816195493
        },
        {
            "start": 816197786,
            "stop": 816197940
        },
        {
            "start": 816198000,
            "stop": 816198110
        },
        {
            "start": 816198190,
            "stop": 816198420
        },
        {
            "start": 816198480,
            "stop": 816198650
        },
        {
            "start": 816198780,
            "stop": 816198900
        },
        {
            "start": 816199020,
            "stop": 816199080
        },
        {
            "start": 816200244,
            "stop": 816200390
        }
    ]
}