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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=754",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 755,
    "results": [
        {
            "start": 1268626812,
            "stop": 1268627882
        },
        {
            "start": 1268627885,
            "stop": 1268627934
        },
        {
            "start": 1268627937,
            "stop": 1268628907
        },
        {
            "start": 1268628910,
            "stop": 1268629832
        },
        {
            "start": 1268629835,
            "stop": 1268630460
        },
        {
            "start": 1268630463,
            "stop": 1268630920
        },
        {
            "start": 1268630923,
            "stop": 1268631082
        },
        {
            "start": 1268631102,
            "stop": 1268631118
        },
        {
            "start": 1268631129,
            "stop": 1268631142
        },
        {
            "start": 1268631163,
            "stop": 1268634160
        },
        {
            "start": 1268634163,
            "stop": 1268635088
        },
        {
            "start": 1268635091,
            "stop": 1268636908
        },
        {
            "start": 1268636911,
            "stop": 1268639701
        },
        {
            "start": 1268639704,
            "stop": 1268641567
        },
        {
            "start": 1268641571,
            "stop": 1268642929
        },
        {
            "start": 1268642932,
            "stop": 1268643355
        },
        {
            "start": 1268643357,
            "stop": 1268646024
        },
        {
            "start": 1268646027,
            "stop": 1268648416
        },
        {
            "start": 1268648419,
            "stop": 1268650146
        },
        {
            "start": 1268650148,
            "stop": 1268652528
        }
    ]
}