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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=343",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 344,
    "results": [
        {
            "start": 931919778,
            "stop": 931919782
        },
        {
            "start": 931919785,
            "stop": 931919788
        },
        {
            "start": 931919790,
            "stop": 931919806
        },
        {
            "start": 931919809,
            "stop": 931919813
        },
        {
            "start": 931919815,
            "stop": 931919835
        },
        {
            "start": 931919838,
            "stop": 931919852
        },
        {
            "start": 931919858,
            "stop": 931919866
        },
        {
            "start": 931919868,
            "stop": 931919889
        },
        {
            "start": 931919893,
            "stop": 931919904
        },
        {
            "start": 931919906,
            "stop": 931919944
        },
        {
            "start": 931919946,
            "stop": 931919975
        },
        {
            "start": 931919978,
            "stop": 931919979
        },
        {
            "start": 931919982,
            "stop": 931919983
        },
        {
            "start": 931919989,
            "stop": 931919991
        },
        {
            "start": 931919993,
            "stop": 931919999
        },
        {
            "start": 931920001,
            "stop": 931920020
        },
        {
            "start": 931920022,
            "stop": 931920023
        },
        {
            "start": 931920025,
            "stop": 931920034
        },
        {
            "start": 931920039,
            "stop": 931920040
        },
        {
            "start": 931920042,
            "stop": 931920060
        }
    ]
}