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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 43,
    "results": [
        {
            "start": 1170439442,
            "stop": 1170441631
        },
        {
            "start": 1170441634,
            "stop": 1170444734
        },
        {
            "start": 1170445413,
            "stop": 1170451785
        },
        {
            "start": 1170451788,
            "stop": 1170454330
        },
        {
            "start": 1170454333,
            "stop": 1170454818
        },
        {
            "start": 1170454821,
            "stop": 1170455149
        },
        {
            "start": 1170455726,
            "stop": 1170455886
        },
        {
            "start": 1170455889,
            "stop": 1170456082
        },
        {
            "start": 1170456085,
            "stop": 1170457464
        },
        {
            "start": 1170457468,
            "stop": 1170459548
        },
        {
            "start": 1170459551,
            "stop": 1170460683
        },
        {
            "start": 1170470866,
            "stop": 1170473322
        },
        {
            "start": 1170473326,
            "stop": 1170473681
        },
        {
            "start": 1170480440,
            "stop": 1170481111
        },
        {
            "start": 1170481115,
            "stop": 1170481129
        },
        {
            "start": 1170484524,
            "stop": 1170484960
        },
        {
            "start": 1170484984,
            "stop": 1170485848
        },
        {
            "start": 1170485852,
            "stop": 1170486076
        },
        {
            "start": 1170486112,
            "stop": 1170487777
        },
        {
            "start": 1170488249,
            "stop": 1170490925
        }
    ]
}