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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=4",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5,
    "results": [
        {
            "start": 931078745,
            "stop": 931078746
        },
        {
            "start": 931079017,
            "stop": 931079018
        },
        {
            "start": 931079142,
            "stop": 931079143
        },
        {
            "start": 931081044,
            "stop": 931081047
        },
        {
            "start": 931081116,
            "stop": 931082999
        },
        {
            "start": 931106998,
            "stop": 931106999
        },
        {
            "start": 931107029,
            "stop": 931107030
        },
        {
            "start": 931107229,
            "stop": 931107230
        },
        {
            "start": 931107283,
            "stop": 931107284
        },
        {
            "start": 931107493,
            "stop": 931107494
        },
        {
            "start": 931107629,
            "stop": 931107630
        },
        {
            "start": 931107699,
            "stop": 931107700
        },
        {
            "start": 931107702,
            "stop": 931107703
        },
        {
            "start": 931107733,
            "stop": 931107735
        },
        {
            "start": 931107739,
            "stop": 931107740
        },
        {
            "start": 931107759,
            "stop": 931107760
        },
        {
            "start": 931107819,
            "stop": 931107820
        },
        {
            "start": 931107823,
            "stop": 931107824
        },
        {
            "start": 931107850,
            "stop": 931107851
        },
        {
            "start": 931107919,
            "stop": 931107920
        }
    ]
}