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=7332
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=7333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7331",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7332,
    "results": [
        {
            "start": 969276062,
            "stop": 969276094
        },
        {
            "start": 969276097,
            "stop": 969276535
        },
        {
            "start": 969276538,
            "stop": 969276725
        },
        {
            "start": 969276728,
            "stop": 969276974
        },
        {
            "start": 969276977,
            "stop": 969277027
        },
        {
            "start": 969277030,
            "stop": 969277530
        },
        {
            "start": 969277533,
            "stop": 969277868
        },
        {
            "start": 969277871,
            "stop": 969277950
        },
        {
            "start": 969277953,
            "stop": 969278035
        },
        {
            "start": 969278038,
            "stop": 969278188
        },
        {
            "start": 969278191,
            "stop": 969278625
        },
        {
            "start": 969278628,
            "stop": 969279199
        },
        {
            "start": 969279202,
            "stop": 969279476
        },
        {
            "start": 969279479,
            "stop": 969279671
        },
        {
            "start": 969279674,
            "stop": 969279940
        },
        {
            "start": 969279943,
            "stop": 969280072
        },
        {
            "start": 969280075,
            "stop": 969280121
        },
        {
            "start": 969280123,
            "stop": 969280153
        },
        {
            "start": 969280196,
            "stop": 969280205
        },
        {
            "start": 969280208,
            "stop": 969280333
        }
    ]
}