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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=293",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 294,
    "results": [
        {
            "start": 864193951,
            "stop": 864194487
        },
        {
            "start": 864194787,
            "stop": 864253148
        },
        {
            "start": 864254897,
            "stop": 864257735
        },
        {
            "start": 864258927,
            "stop": 864267200
        },
        {
            "start": 864267310,
            "stop": 864267719
        },
        {
            "start": 864268019,
            "stop": 864272182
        },
        {
            "start": 864272292,
            "stop": 864273013
        },
        {
            "start": 864273489,
            "stop": 864274509
        },
        {
            "start": 864274619,
            "stop": 864274761
        },
        {
            "start": 864275061,
            "stop": 864280527
        },
        {
            "start": 864280637,
            "stop": 864280879
        },
        {
            "start": 864281179,
            "stop": 864305568
        },
        {
            "start": 864305868,
            "stop": 864314452
        },
        {
            "start": 864314883,
            "stop": 864325230
        },
        {
            "start": 864326713,
            "stop": 864327997
        },
        {
            "start": 864328602,
            "stop": 864339033
        },
        {
            "start": 864339496,
            "stop": 864340013
        },
        {
            "start": 864340934,
            "stop": 864341375
        },
        {
            "start": 864341616,
            "stop": 864341726
        },
        {
            "start": 864353062,
            "stop": 864353216
        }
    ]
}