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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 17,
    "results": [
        {
            "start": 816189420,
            "stop": 816189699
        },
        {
            "start": 816190352,
            "stop": 816191940
        },
        {
            "start": 816192000,
            "stop": 816192333
        },
        {
            "start": 816193833,
            "stop": 816194642
        },
        {
            "start": 816194648,
            "stop": 816194700
        },
        {
            "start": 816194760,
            "stop": 816195373
        },
        {
            "start": 816197786,
            "stop": 816198420
        },
        {
            "start": 816198480,
            "stop": 816199156
        },
        {
            "start": 816200244,
            "stop": 816200694
        },
        {
            "start": 816201454,
            "stop": 816203215
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816206827
        },
        {
            "start": 816206830,
            "stop": 816207613
        },
        {
            "start": 816207978,
            "stop": 816208378
        },
        {
            "start": 816210833,
            "stop": 816211274
        },
        {
            "start": 816213626,
            "stop": 816214131
        },
        {
            "start": 816214942,
            "stop": 816215004
        },
        {
            "start": 816247674,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816270883
        }
    ]
}