Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=17",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 18,
    "results": [
        {
            "start": 816103295,
            "stop": 816103333
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816147410
        },
        {
            "start": 816147490,
            "stop": 816156455
        },
        {
            "start": 816156467,
            "stop": 816158880
        },
        {
            "start": 816158940,
            "stop": 816175831
        },
        {
            "start": 816175839,
            "stop": 816176436
        },
        {
            "start": 816176444,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179690
        },
        {
            "start": 816179830,
            "stop": 816180230
        },
        {
            "start": 816180310,
            "stop": 816180405
        },
        {
            "start": 816180412,
            "stop": 816181310
        },
        {
            "start": 816181450,
            "stop": 816182520
        },
        {
            "start": 816182580,
            "stop": 816183172
        },
        {
            "start": 816184320,
            "stop": 816184610
        },
        {
            "start": 816184690,
            "stop": 816185270
        },
        {
            "start": 816186901,
            "stop": 816187020
        },
        {
            "start": 816187080,
            "stop": 816187380
        },
        {
            "start": 816187440,
            "stop": 816187620
        }
    ]
}