Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=249
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=248",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 249,
    "results": [
        {
            "start": 821387819,
            "stop": 821387846
        },
        {
            "start": 821387854,
            "stop": 821387897
        },
        {
            "start": 821387905,
            "stop": 821387934
        },
        {
            "start": 821387942,
            "stop": 821387978
        },
        {
            "start": 821387995,
            "stop": 821387996
        },
        {
            "start": 821388004,
            "stop": 821388030
        },
        {
            "start": 821388038,
            "stop": 821388063
        },
        {
            "start": 821388074,
            "stop": 821388568
        },
        {
            "start": 821388576,
            "stop": 821388599
        },
        {
            "start": 821388607,
            "stop": 821388625
        },
        {
            "start": 821388633,
            "stop": 821388794
        },
        {
            "start": 821388900,
            "stop": 821388904
        },
        {
            "start": 821388929,
            "stop": 821388930
        },
        {
            "start": 821388945,
            "stop": 821388948
        },
        {
            "start": 821388956,
            "stop": 821388961
        },
        {
            "start": 821388980,
            "stop": 821388986
        },
        {
            "start": 821388994,
            "stop": 821388997
        },
        {
            "start": 821389005,
            "stop": 821389016
        },
        {
            "start": 821389025,
            "stop": 821389054
        },
        {
            "start": 821389070,
            "stop": 821389074
        }
    ]
}