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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=172",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 173,
    "results": [
        {
            "start": 932563136,
            "stop": 932563137
        },
        {
            "start": 932563139,
            "stop": 932563146
        },
        {
            "start": 932563148,
            "stop": 932563150
        },
        {
            "start": 932563153,
            "stop": 932563156
        },
        {
            "start": 932563158,
            "stop": 932563162
        },
        {
            "start": 932563165,
            "stop": 932563170
        },
        {
            "start": 932563171,
            "stop": 932563172
        },
        {
            "start": 932563173,
            "stop": 932563174
        },
        {
            "start": 932563179,
            "stop": 932563181
        },
        {
            "start": 932563183,
            "stop": 932563192
        },
        {
            "start": 932563194,
            "stop": 932563199
        },
        {
            "start": 932563202,
            "stop": 932563216
        },
        {
            "start": 932563217,
            "stop": 932563221
        },
        {
            "start": 932563240,
            "stop": 932563242
        },
        {
            "start": 932563245,
            "stop": 932563249
        },
        {
            "start": 932563251,
            "stop": 932563259
        },
        {
            "start": 932563261,
            "stop": 932563265
        },
        {
            "start": 932563267,
            "stop": 932563270
        },
        {
            "start": 932563271,
            "stop": 932563289
        },
        {
            "start": 932563292,
            "stop": 932563296
        }
    ]
}