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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=223",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 224,
    "results": [
        {
            "start": 934004746,
            "stop": 934004925
        },
        {
            "start": 934004928,
            "stop": 934004940
        },
        {
            "start": 934004944,
            "stop": 934004955
        },
        {
            "start": 934004958,
            "stop": 934005075
        },
        {
            "start": 934005078,
            "stop": 934005196
        },
        {
            "start": 934005198,
            "stop": 934005210
        },
        {
            "start": 934005213,
            "stop": 934005240
        },
        {
            "start": 934005243,
            "stop": 934005255
        },
        {
            "start": 934005258,
            "stop": 934006275
        },
        {
            "start": 934008495,
            "stop": 934009215
        },
        {
            "start": 934012338,
            "stop": 934012565
        },
        {
            "start": 934012570,
            "stop": 934012815
        },
        {
            "start": 934015221,
            "stop": 934015574
        },
        {
            "start": 934015577,
            "stop": 934016415
        },
        {
            "start": 934018635,
            "stop": 934020015
        },
        {
            "start": 934022235,
            "stop": 934022658
        },
        {
            "start": 934022660,
            "stop": 934023385
        },
        {
            "start": 934023404,
            "stop": 934023615
        },
        {
            "start": 934025835,
            "stop": 934027067
        },
        {
            "start": 934027070,
            "stop": 934027177
        }
    ]
}