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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=50",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 51,
    "results": [
        {
            "start": 946729604,
            "stop": 946729751
        },
        {
            "start": 946735405,
            "stop": 946738401
        },
        {
            "start": 946770079,
            "stop": 946771244
        },
        {
            "start": 946776739,
            "stop": 946799018
        },
        {
            "start": 946802877,
            "stop": 946803615
        },
        {
            "start": 946804943,
            "stop": 946818933
        },
        {
            "start": 946823971,
            "stop": 946824756
        },
        {
            "start": 946830479,
            "stop": 946831037
        },
        {
            "start": 946832775,
            "stop": 946832796
        },
        {
            "start": 946836960,
            "stop": 946840710
        },
        {
            "start": 946845091,
            "stop": 946846270
        },
        {
            "start": 946847415,
            "stop": 946847602
        },
        {
            "start": 946851386,
            "stop": 946855046
        },
        {
            "start": 946858213,
            "stop": 946868814
        },
        {
            "start": 946869580,
            "stop": 946909284
        },
        {
            "start": 946918503,
            "stop": 946919124
        },
        {
            "start": 946920330,
            "stop": 946920510
        },
        {
            "start": 946922189,
            "stop": 946923139
        },
        {
            "start": 946925898,
            "stop": 946928372
        },
        {
            "start": 946929618,
            "stop": 946930138
        }
    ]
}