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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 129,
    "results": [
        {
            "start": 1258044583,
            "stop": 1258044944
        },
        {
            "start": 1258044947,
            "stop": 1258045107
        },
        {
            "start": 1258045110,
            "stop": 1258045216
        },
        {
            "start": 1258045219,
            "stop": 1258045312
        },
        {
            "start": 1258045315,
            "stop": 1258047121
        },
        {
            "start": 1258047129,
            "stop": 1258047920
        },
        {
            "start": 1258047923,
            "stop": 1258051201
        },
        {
            "start": 1258051204,
            "stop": 1258051396
        },
        {
            "start": 1258051399,
            "stop": 1258051734
        },
        {
            "start": 1258051737,
            "stop": 1258052747
        },
        {
            "start": 1258052750,
            "stop": 1258052953
        },
        {
            "start": 1258052956,
            "stop": 1258053302
        },
        {
            "start": 1258053304,
            "stop": 1258053848
        },
        {
            "start": 1258053851,
            "stop": 1258054067
        },
        {
            "start": 1258054070,
            "stop": 1258054231
        },
        {
            "start": 1258054233,
            "stop": 1258054269
        },
        {
            "start": 1258054275,
            "stop": 1258054762
        },
        {
            "start": 1258054764,
            "stop": 1258054842
        },
        {
            "start": 1258054844,
            "stop": 1258055073
        },
        {
            "start": 1258055076,
            "stop": 1258055223
        }
    ]
}