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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=35",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 36,
    "results": [
        {
            "start": 820555144,
            "stop": 820595204
        },
        {
            "start": 820595209,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626525
        },
        {
            "start": 820626973,
            "stop": 820631278
        },
        {
            "start": 820631279,
            "stop": 820636318
        },
        {
            "start": 820637258,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820672060
        },
        {
            "start": 820672067,
            "stop": 820695679
        },
        {
            "start": 820695941,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820746005
        },
        {
            "start": 820746006,
            "stop": 820752488
        },
        {
            "start": 820753222,
            "stop": 820756092
        },
        {
            "start": 820757980,
            "stop": 820773607
        },
        {
            "start": 820773608,
            "stop": 820805073
        },
        {
            "start": 820806310,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820873239
        },
        {
            "start": 820877248,
            "stop": 820879084
        },
        {
            "start": 820879996,
            "stop": 820920255
        },
        {
            "start": 820920882,
            "stop": 820944225
        },
        {
            "start": 820963939,
            "stop": 820966579
        }
    ]
}