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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=115",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 116,
    "results": [
        {
            "start": 931821441,
            "stop": 931821462
        },
        {
            "start": 931821465,
            "stop": 931821490
        },
        {
            "start": 931821670,
            "stop": 931821790
        },
        {
            "start": 931821850,
            "stop": 931821892
        },
        {
            "start": 931821895,
            "stop": 931821970
        },
        {
            "start": 931822150,
            "stop": 931822192
        },
        {
            "start": 931822194,
            "stop": 931822296
        },
        {
            "start": 931822298,
            "stop": 931822401
        },
        {
            "start": 931822403,
            "stop": 931822569
        },
        {
            "start": 931822573,
            "stop": 931822630
        },
        {
            "start": 931822690,
            "stop": 931822750
        },
        {
            "start": 931822810,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931826832
        },
        {
            "start": 931826835,
            "stop": 931827277
        },
        {
            "start": 931827280,
            "stop": 931827562
        },
        {
            "start": 931827565,
            "stop": 931827578
        },
        {
            "start": 931827580,
            "stop": 931827615
        },
        {
            "start": 931827975,
            "stop": 931828868
        },
        {
            "start": 931828870,
            "stop": 931829358
        },
        {
            "start": 931829363,
            "stop": 931829933
        }
    ]
}