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/L1_CBCLOW_CAT4/segments?format=api&page=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=180",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 181,
    "results": [
        {
            "start": 931432797,
            "stop": 931432802
        },
        {
            "start": 931432805,
            "stop": 931432813
        },
        {
            "start": 931432815,
            "stop": 931432819
        },
        {
            "start": 931432822,
            "stop": 931432825
        },
        {
            "start": 931432828,
            "stop": 931432854
        },
        {
            "start": 931432857,
            "stop": 931432861
        },
        {
            "start": 931432863,
            "stop": 931432875
        },
        {
            "start": 931432877,
            "stop": 931432887
        },
        {
            "start": 931432889,
            "stop": 931432903
        },
        {
            "start": 931432907,
            "stop": 931432917
        },
        {
            "start": 931432919,
            "stop": 931432920
        },
        {
            "start": 931432922,
            "stop": 931432925
        },
        {
            "start": 931432927,
            "stop": 931432931
        },
        {
            "start": 931432933,
            "stop": 931432938
        },
        {
            "start": 931432942,
            "stop": 931432943
        },
        {
            "start": 931432948,
            "stop": 931432950
        },
        {
            "start": 931432953,
            "stop": 931432963
        },
        {
            "start": 931432965,
            "stop": 931432979
        },
        {
            "start": 931432981,
            "stop": 931432998
        },
        {
            "start": 931433002,
            "stop": 931433036
        }
    ]
}