Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 45,
    "results": [
        {
            "start": 1402744617,
            "stop": 1402745265
        },
        {
            "start": 1402745270,
            "stop": 1402750442
        },
        {
            "start": 1402750449,
            "stop": 1402751371
        },
        {
            "start": 1402751375,
            "stop": 1402755796
        },
        {
            "start": 1402778146,
            "stop": 1402778668
        },
        {
            "start": 1402779562,
            "stop": 1402787545
        },
        {
            "start": 1402787778,
            "stop": 1402788320
        },
        {
            "start": 1402788466,
            "stop": 1402788642
        },
        {
            "start": 1402788649,
            "stop": 1402791768
        },
        {
            "start": 1402791775,
            "stop": 1402812265
        },
        {
            "start": 1402812272,
            "stop": 1402819274
        },
        {
            "start": 1402819281,
            "stop": 1402822714
        },
        {
            "start": 1402822717,
            "stop": 1402825328
        },
        {
            "start": 1402825331,
            "stop": 1402831413
        },
        {
            "start": 1402831420,
            "stop": 1402839755
        },
        {
            "start": 1402839761,
            "stop": 1402844753
        },
        {
            "start": 1402844759,
            "stop": 1402849075
        },
        {
            "start": 1402854517,
            "stop": 1402858550
        },
        {
            "start": 1402858557,
            "stop": 1402858702
        },
        {
            "start": 1402858706,
            "stop": 1402860583
        }
    ]
}