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=689
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=690",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=688",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 689,
    "results": [
        {
            "start": 1265796403,
            "stop": 1265798478
        },
        {
            "start": 1265798480,
            "stop": 1265798481
        },
        {
            "start": 1265798482,
            "stop": 1265798485
        },
        {
            "start": 1265798486,
            "stop": 1265798487
        },
        {
            "start": 1265798488,
            "stop": 1265798512
        },
        {
            "start": 1265798518,
            "stop": 1265798519
        },
        {
            "start": 1265802911,
            "stop": 1265803835
        },
        {
            "start": 1265803838,
            "stop": 1265805870
        },
        {
            "start": 1265805871,
            "stop": 1265806124
        },
        {
            "start": 1265806126,
            "stop": 1265806301
        },
        {
            "start": 1265806309,
            "stop": 1265808566
        },
        {
            "start": 1265808567,
            "stop": 1265808568
        },
        {
            "start": 1265808569,
            "stop": 1265811980
        },
        {
            "start": 1265811983,
            "stop": 1265812379
        },
        {
            "start": 1265812382,
            "stop": 1265814161
        },
        {
            "start": 1265814163,
            "stop": 1265815146
        },
        {
            "start": 1265815147,
            "stop": 1265815170
        },
        {
            "start": 1265815173,
            "stop": 1265815174
        },
        {
            "start": 1265815176,
            "stop": 1265815179
        },
        {
            "start": 1265815180,
            "stop": 1265815188
        }
    ]
}