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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5185",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5183",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5184,
    "results": [
        {
            "start": 1137025006,
            "stop": 1137025047
        },
        {
            "start": 1137025049,
            "stop": 1137025057
        },
        {
            "start": 1137025059,
            "stop": 1137025061
        },
        {
            "start": 1137025063,
            "stop": 1137025072
        },
        {
            "start": 1137025074,
            "stop": 1137025077
        },
        {
            "start": 1137025079,
            "stop": 1137025091
        },
        {
            "start": 1137025094,
            "stop": 1137025105
        },
        {
            "start": 1137025107,
            "stop": 1137025113
        },
        {
            "start": 1137025115,
            "stop": 1137025116
        },
        {
            "start": 1137025118,
            "stop": 1137025124
        },
        {
            "start": 1137025126,
            "stop": 1137025128
        },
        {
            "start": 1137025130,
            "stop": 1137025134
        },
        {
            "start": 1137025138,
            "stop": 1137025146
        },
        {
            "start": 1137025148,
            "stop": 1137025159
        },
        {
            "start": 1137025162,
            "stop": 1137025166
        },
        {
            "start": 1137025167,
            "stop": 1137025179
        },
        {
            "start": 1137025181,
            "stop": 1137025188
        },
        {
            "start": 1137025190,
            "stop": 1137025195
        },
        {
            "start": 1137025197,
            "stop": 1137025200
        },
        {
            "start": 1137025202,
            "stop": 1137025203
        }
    ]
}