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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=138",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 139,
    "results": [
        {
            "start": 931935975,
            "stop": 931935985
        },
        {
            "start": 931935987,
            "stop": 931936727
        },
        {
            "start": 931936731,
            "stop": 931936747
        },
        {
            "start": 931936749,
            "stop": 931936836
        },
        {
            "start": 931936838,
            "stop": 931936876
        },
        {
            "start": 931936878,
            "stop": 931936903
        },
        {
            "start": 931936905,
            "stop": 931936937
        },
        {
            "start": 931936939,
            "stop": 931937032
        },
        {
            "start": 931937034,
            "stop": 931937183
        },
        {
            "start": 931937188,
            "stop": 931937238
        },
        {
            "start": 931937240,
            "stop": 931937407
        },
        {
            "start": 931937409,
            "stop": 931937652
        },
        {
            "start": 931937654,
            "stop": 931937713
        },
        {
            "start": 931937715,
            "stop": 931937729
        },
        {
            "start": 931937731,
            "stop": 931938006
        },
        {
            "start": 931938008,
            "stop": 931938444
        },
        {
            "start": 931938446,
            "stop": 931938600
        },
        {
            "start": 931938602,
            "stop": 931938667
        },
        {
            "start": 931938669,
            "stop": 931938688
        },
        {
            "start": 931938690,
            "stop": 931938838
        }
    ]
}