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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=242",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 243,
    "results": [
        {
            "start": 934280240,
            "stop": 934280315
        },
        {
            "start": 934280320,
            "stop": 934280334
        },
        {
            "start": 934280339,
            "stop": 934280384
        },
        {
            "start": 934280389,
            "stop": 934280432
        },
        {
            "start": 934280437,
            "stop": 934280615
        },
        {
            "start": 934280620,
            "stop": 934280708
        },
        {
            "start": 934280713,
            "stop": 934280828
        },
        {
            "start": 934280833,
            "stop": 934280878
        },
        {
            "start": 934280883,
            "stop": 934281083
        },
        {
            "start": 934281088,
            "stop": 934281115
        },
        {
            "start": 934281120,
            "stop": 934281136
        },
        {
            "start": 934281141,
            "stop": 934281178
        },
        {
            "start": 934281183,
            "stop": 934281208
        },
        {
            "start": 934281213,
            "stop": 934281406
        },
        {
            "start": 934281411,
            "stop": 934281765
        },
        {
            "start": 934281770,
            "stop": 934281987
        },
        {
            "start": 934281992,
            "stop": 934282019
        },
        {
            "start": 934282024,
            "stop": 934282276
        },
        {
            "start": 934282281,
            "stop": 934282352
        },
        {
            "start": 934282357,
            "stop": 934282762
        }
    ]
}