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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 20,
    "results": [
        {
            "start": 1399392304,
            "stop": 1399397627
        },
        {
            "start": 1399400911,
            "stop": 1399408290
        },
        {
            "start": 1399408292,
            "stop": 1399409928
        },
        {
            "start": 1399409932,
            "stop": 1399422742
        },
        {
            "start": 1399422743,
            "stop": 1399450552
        },
        {
            "start": 1399450560,
            "stop": 1399453040
        },
        {
            "start": 1399453044,
            "stop": 1399453247
        },
        {
            "start": 1399453252,
            "stop": 1399453380
        },
        {
            "start": 1399453389,
            "stop": 1399453411
        },
        {
            "start": 1399453418,
            "stop": 1399453592
        },
        {
            "start": 1399456360,
            "stop": 1399474637
        },
        {
            "start": 1399474645,
            "stop": 1399484371
        },
        {
            "start": 1399484373,
            "stop": 1399484651
        },
        {
            "start": 1399484653,
            "stop": 1399491136
        },
        {
            "start": 1399493759,
            "stop": 1399502925
        },
        {
            "start": 1399502929,
            "stop": 1399502945
        },
        {
            "start": 1399502957,
            "stop": 1399502969
        },
        {
            "start": 1399502977,
            "stop": 1399502999
        },
        {
            "start": 1399503065,
            "stop": 1399522295
        },
        {
            "start": 1399522296,
            "stop": 1399522594
        }
    ]
}