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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=319",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 320,
    "results": [
        {
            "start": 944585294,
            "stop": 944585379
        },
        {
            "start": 944585386,
            "stop": 944585620
        },
        {
            "start": 944585632,
            "stop": 944585646
        },
        {
            "start": 944585654,
            "stop": 944585730
        },
        {
            "start": 944591884,
            "stop": 944592520
        },
        {
            "start": 944592597,
            "stop": 944593303
        },
        {
            "start": 944597320,
            "stop": 944599174
        },
        {
            "start": 944601277,
            "stop": 944602358
        },
        {
            "start": 944606252,
            "stop": 944609275
        },
        {
            "start": 944611461,
            "stop": 944616378
        },
        {
            "start": 944620780,
            "stop": 944646883
        },
        {
            "start": 944657576,
            "stop": 944672209
        },
        {
            "start": 944682207,
            "stop": 944685088
        },
        {
            "start": 944688207,
            "stop": 944694580
        },
        {
            "start": 944696281,
            "stop": 944713713
        },
        {
            "start": 944722581,
            "stop": 944725080
        },
        {
            "start": 944731294,
            "stop": 944756766
        },
        {
            "start": 944762241,
            "stop": 944769742
        },
        {
            "start": 944771613,
            "stop": 944772096
        },
        {
            "start": 944772652,
            "stop": 944773484
        }
    ]
}