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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10244",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10245,
    "results": [
        {
            "start": 874560221,
            "stop": 874560774
        },
        {
            "start": 874560811,
            "stop": 874560832
        },
        {
            "start": 874560875,
            "stop": 874564852
        },
        {
            "start": 874564888,
            "stop": 874564976
        },
        {
            "start": 874564994,
            "stop": 874565782
        },
        {
            "start": 874565821,
            "stop": 874565918
        },
        {
            "start": 874565954,
            "stop": 874566349
        },
        {
            "start": 874566385,
            "stop": 874566479
        },
        {
            "start": 874566530,
            "stop": 874566928
        },
        {
            "start": 874566988,
            "stop": 874567034
        },
        {
            "start": 874567070,
            "stop": 874567337
        },
        {
            "start": 874567403,
            "stop": 874567634
        },
        {
            "start": 874567703,
            "stop": 874567918
        },
        {
            "start": 874567954,
            "stop": 874568314
        },
        {
            "start": 874568422,
            "stop": 874568661
        },
        {
            "start": 874568697,
            "stop": 874568785
        },
        {
            "start": 874568821,
            "stop": 874569038
        },
        {
            "start": 874569074,
            "stop": 874569417
        },
        {
            "start": 874569453,
            "stop": 874569817
        },
        {
            "start": 874569862,
            "stop": 874569878
        }
    ]
}