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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=228",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 229,
    "results": [
        {
            "start": 933994469,
            "stop": 933994589
        },
        {
            "start": 933994649,
            "stop": 933996446
        },
        {
            "start": 933999363,
            "stop": 934000155
        },
        {
            "start": 934000395,
            "stop": 934000714
        },
        {
            "start": 934000734,
            "stop": 934001448
        },
        {
            "start": 934004609,
            "stop": 934004669
        },
        {
            "start": 934004729,
            "stop": 934004743
        },
        {
            "start": 934004746,
            "stop": 934004849
        },
        {
            "start": 934004909,
            "stop": 934004925
        },
        {
            "start": 934004928,
            "stop": 934004940
        },
        {
            "start": 934004944,
            "stop": 934004955
        },
        {
            "start": 934004958,
            "stop": 934005075
        },
        {
            "start": 934005078,
            "stop": 934005149
        },
        {
            "start": 934005209,
            "stop": 934005210
        },
        {
            "start": 934005213,
            "stop": 934005240
        },
        {
            "start": 934005243,
            "stop": 934005255
        },
        {
            "start": 934005258,
            "stop": 934005329
        },
        {
            "start": 934005501,
            "stop": 934006275
        },
        {
            "start": 934008495,
            "stop": 934009215
        },
        {
            "start": 934012338,
            "stop": 934012565
        }
    ]
}